Loading Tool

Explorer IconExplorer

Memory Pool

40,531 transactions
28.28 vMB
0.13810919 BTC
Random Selection Loading Transactions
Max Size: 144.44/200 MB

Candidate Block

Mining Attempt 977f3e8aa21a01a765b48d70700d0daffa5732e652703e4d25a0c51972a1b877
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 244801d96232485b7c65181803e2df2c497aeee10e2b34869b9f29268c3f6f32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,908
Size: 1.00 vMB
Total Fees: 0.08353946 BTC
Feerates: 102.90 > 8.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (472,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,503 442,503 00000000000000000156c03425d30ff01a6664c28646076f771f67c496d86083 1,954 1.00/1.00 vMB 70
442,502 442,502 0000000000000000039db39d92ca5103f26d3dd75a32ae6462180265a3179d3f 2,662 1.00/1.00 vMB 107
442,501 442,501 000000000000000001aa7485c329cc84c9b0fbb18e5c1e8664ed78967d5b46eb 1,056 0.38/1.00 vMB 79
442,500 442,500 00000000000000000361f53ad0c51819f6d7d3371ebe0ac3d15a2ba0e59945a6 2,088 0.82/1.00 vMB 74
442,499 442,499 00000000000000000292f73799a1b7c9635cf0c77eac59d084678c898304a2b4 314 0.12/1.00 vMB 74
442,498 442,498 000000000000000003231f54a41b3197c0216d035a97056728c0f70b1406a1e8 1,011 0.53/1.00 vMB 62
442,497 442,497 000000000000000003aa48932553bf2e0bc5a6e8f7d57ff1897f64d8ce840659 2,188 0.95/1.00 vMB 71
442,496 442,496 00000000000000000312fe8de4f125c4f49e103c552652d5c5bd5944771d4640 2,079 1.00/1.00 vMB 59
442,495 442,495 000000000000000000b70b0fb6523b2237159d1f1fcc0ccb7194431e15adbcff 2,588 1.00/1.00 vMB 92
442,494 442,494 00000000000000000290461e2aa690e708fd8efe08a07bb7d179e5fc37d755e7 2,569 1.00/1.00 vMB 88
442,493 442,493 000000000000000003396e7a7316f929dd26a944a486fe133fa974c4a19b5230 409 0.21/1.00 vMB 79
442,492 442,492 00000000000000000053234ab905f0fdaba910aed37523e6e9dde225a5e8bef9 1,381 0.89/1.00 vMB 51
442,491 442,491 000000000000000000f2f2e397ca82c1637eda2c9273d2bab4909f26df5f723f 1,501 0.76/1.00 vMB 51
442,490 442,490 00000000000000000267d1568be328cb0d59ed28bc54181448b89fd8c380100e 2,569 1.00/1.00 vMB 74
442,489 442,489 000000000000000003ae97847394737b7731675e88a229ee6bc40f39f5fd0dbc 2,357 1.00/1.00 vMB 101
442,488 442,488 000000000000000002567b6fd5a3f13bea91198727e68a0473a76df592d165ec 1,124 0.39/1.00 vMB 70
442,487 442,487 0000000000000000006407ee9a214cb333993d38432458ccd2e6d2cc72201166 1,419 0.99/1.00 vMB 54
442,486 442,486 000000000000000002cbb949a5ed589bc96d0f2641b1607fffe6d7f96857c7bb 2,124 1.00/1.00 vMB 55
442,485 442,485 0000000000000000022bff06b83355920f5273d727939d27f69069924fe36e5d 2,089 1.00/1.00 vMB 81
442,484 442,484 000000000000000000b975ed872b5917a8a0e42e221ec130182d882b2ee11473 2,491 1.00/1.00 vMB 68
442,483 442,483 000000000000000002e59354399d4dfc9285ab5cffb23c7caf3aa2fa4391c99b 2,674 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.