Loading Tool

Explorer IconExplorer

Memory Pool

78,211 transactions
29.61 vMB
0.09122652 BTC
Random Selection Loading Transactions
Max Size: 180.21/200 MB

Candidate Block

Mining Attempt a33203bfa82211a8d21348de37cf23348a229c4ee6ee76c23457325eede2575d
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root f030391155588c115e9b73bf7c3662a1dede7c99a5d7510f7d9a0e2914c1b5c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,956
Size: 1.00 vMB
Total Fees: 0.02557227 BTC
Feerates: 477.45 > 2.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (515,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,135 400,135 000000000000000006af57f5919f4108238d6b48285e9a0a03d9b340ca689cf8 1,271 0.98/1.00 vMB 26
400,134 400,134 00000000000000000497edf91dbc3a014b0b677c2f5c83ca061ce2e72fc8a988 701 1.00/1.00 vMB 12
400,133 400,133 00000000000000000610887fe04bcb573fe6623e19cccaff52f17d78bd54010a 1,768 0.98/1.00 vMB 43
400,132 400,132 000000000000000004af901d92b165204ed6d1dd387e4152a0d57777fa91c231 1,410 1.00/1.00 vMB 22
400,131 400,131 000000000000000001550e66736d13745003c2e7b6084f0110b959f827113603 1,284 1.00/1.00 vMB 31
400,130 400,130 0000000000000000000d4d143509fd5c2c27e4c22e8d6dad28f626741fbc1d42 1,583 0.93/1.00 vMB 36
400,129 400,129 00000000000000000426afc5559e45a62a48acbdd755c2c0cc31de660fa14776 2,179 1.00/1.00 vMB 33
400,128 400,128 0000000000000000003e51617394b380759c1ae2592218009fcf8a5ab7462b98 1,505 0.98/1.00 vMB 35
400,127 400,127 00000000000000000074b7f0f6f01fcdd8d7886c96feb7c6df4708f59b672f1c 3,126 0.98/1.00 vMB 54
400,126 400,126 0000000000000000002762dc86cfe0bfa81e8fa0b56dbebb2e699efb66878aa8 2,806 1.00/1.00 vMB 67
400,125 400,125 000000000000000004fd193732556e988de4b5400f4c12b74e7514415dbabf87 2,601 0.98/1.00 vMB 73
400,124 400,124 000000000000000002c0ce6a84562ecd36deb68a4e42d60afe08a75e00fd3dc0 1,736 1.00/1.00 vMB 27
400,123 400,123 0000000000000000041c4ec27be40cd907cfb0d75dd7af70d95a34267d633cff 2,781 0.98/1.00 vMB 54
400,122 400,122 00000000000000000549937dd1082138b8368281dd5fe6f84106df9144a33b17 1,956 0.99/1.00 vMB 39
400,121 400,121 0000000000000000031a9b78084d4267d1ad08e8b94df302d615419fd06a8ce2 2,196 0.93/1.00 vMB 46
400,120 400,120 000000000000000002f654bb37914b107795bbd0517c0c648ff3a73e842f37d1 1,573 0.98/1.00 vMB 38
400,119 400,119 00000000000000000076f4e599a16a8718488e43f1a11ec1d30fad5760262c23 1,935 0.98/1.00 vMB 38
400,118 400,118 000000000000000006752c019d7a99304f456d1f09d09c5bd933a922dc1cb00b 1,324 1.00/1.00 vMB 34
400,117 400,117 00000000000000000495200c4a8100413e85a9e8c525771da13b59e52b14cb91 1,579 0.98/1.00 vMB 38
400,116 400,116 000000000000000002f9d5b37f10770cea429ceab5ae1980e81b6e954b61cedc 2,325 1.00/1.00 vMB 52
400,115 400,115 000000000000000000021221ab2ec26665d4ca34b742f8e93be030109e1170f1 2,019 0.93/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.31 GB
    • Received: 17.07 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.