Memory Pool Memory Pool Refreshing

741 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 721 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (459,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,134 448,134 000000000000000003291869c37979664c9dfe007bda62fbdbea8fb724b1ec72 0.14 MB 236 67
448,133 448,133 000000000000000002d0bfff19bc3bf4322582223667843da345aba68a688da6 0.67 MB 1,586 82
448,132 448,132 000000000000000001a2dc973acdeb94a4f9b6c884f387cb195e5d47f40ee051 0.77 MB 1,763 80
448,131 448,131 000000000000000001c7e1ca1e89f710440a9154f73174493e82ad73efb1d4bb 1.00 MB 2,428 82
448,130 448,130 000000000000000001019bb3f8242a7e82ce679ac1c0fa88dc960c54d5be5545 0.73 MB 1,723 79
448,129 448,129 00000000000000000210e9cd98c4b199319f9a956d8a937206ff54bc440cc323 0.02 MB 39 61
448,128 448,128 000000000000000000dcfcb5e29ead203ff7d9126fd7ad5e512b9cac01e0e51c 0.99 MB 1,954 63
448,127 448,127 000000000000000001725d552ca3aa2d04d2e0c9300502472320118c0700070e 1.00 MB 2,245 84
448,126 448,126 000000000000000001f5ccdfbbb6440cdc14aecd037e9b29c014f5ddf7572725 0.19 MB 428 82
448,125 448,125 0000000000000000030dc0d509e440d34093928a3ed5ebca62837c6aff3a9198 0.00 MB 1 0
448,124 448,124 0000000000000000013a54b1fd03d61cd0dcba5d9df842e2323c555676978f6e 0.65 MB 1,005 61
448,123 448,123 0000000000000000011184f2951ffc05388fc6505e35852fa006f102f5e81d0d 1.00 MB 1,486 46
448,122 448,122 00000000000000000018ee1b93cf940686c7963fb6f986002a4f89ba11513442 0.34 MB 713 75
448,121 448,121 0000000000000000000d3ffcb1a590bc702a38a3e8a0ef907ec4a78125f55367 0.17 MB 357 66
448,120 448,120 000000000000000001482ab67400d8ea1e227179363cca2ea6b1218001ce5763 0.63 MB 1,337 74
448,119 448,119 000000000000000001d0403960e65621fa83e9e640a152d6852a99433482fc23 1.00 MB 2,109 75
448,118 448,118 0000000000000000021ce2140e55c08bf80ede93b0696be2d84ab892eb1b3fef 1.00 MB 692 129
448,117 448,117 000000000000000001e68e5bc0b449c93c619ab6263cbb427ac1439a410098af 0.10 MB 71 68
448,116 448,116 000000000000000001118b4901e69967838cefdf791ceb0ed0c644b301be7f0b 1.00 MB 1,852 78
448,115 448,115 00000000000000000184d8edb0d8634e9b7652694f3ef1d8b6894e9316b112c6 0.42 MB 1,024 87
448,114 448,114 00000000000000000270d7f0f6738242639f088be31f9e9820f7df794f53803d 0.52 MB 1,054 78
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.91 GB sent, 92.84 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.