Loading Tool

Explorer IconExplorer

Memory Pool

79,623 transactions
29.60 vMB
0.08716824 BTC
Random Selection Loading Transactions
Max Size: 178.89/200 MB

Candidate Block

Mining Attempt 3749beb307b4e25c11a76619b5acff396769afc884a36d4d719fe8660ea13cd6
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 75bef27f7ca8515fd6c987442a28d7ff7cacfc626d8aa027f396e7552066662c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,780
Size: 1.00 vMB
Total Fees: 0.02459277 BTC
Feerates: 100.11 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (203,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,450 711,450 000000000000000000087897fd075790d80560f2f8a03755069bff378ac51a50 3,048 1.00/1.00 vMB 8
711,449 711,449 00000000000000000005182738e3a3c4bbe055b2fe084beea1faa61a2c810f88 3,071 1.00/1.00 vMB 20
711,448 711,448 00000000000000000001c5c2773b7f55643005b33e7ee0485b7af7b98a8294f0 2,661 1.00/1.00 vMB 9
711,447 711,447 00000000000000000003a5a770f36e774b32c3ddc5d2f9c235b19c14ded51632 3,030 1.00/1.00 vMB 13
711,446 711,446 00000000000000000005af2c900a77a5c330500b063e2e32ac63aacb732a1866 2,660 1.00/1.00 vMB 18
711,445 711,445 0000000000000000000580f5f0c7661f872f5252a1dad7638ac92ccd86ed2a2f 1,665 1.00/1.00 vMB 3
711,444 711,444 000000000000000000051fb71e08558311683ba616a6eb7de891af091e296cd6 2,864 1.00/1.00 vMB 5
711,443 711,443 00000000000000000003484fd8f8e395275f182f75587bfce802481dce6a3387 3,260 1.00/1.00 vMB 11
711,442 711,442 0000000000000000000421bcff459a018ec0e208c9fa81fca29a26e8ed2fe48b 3,297 1.00/1.00 vMB 10
711,441 711,441 0000000000000000000a278b19b20d9545803677eb7f0f8efed21cb0604004ec 3,284 1.00/1.00 vMB 8
711,440 711,440 0000000000000000000894e59665246f755747afc30590a11a5fe941ebebc908 2,088 1.00/1.00 vMB 4
711,439 711,439 000000000000000000062c04d65db9962726d5c118b9d78bcbb5f129e90d8eea 2,394 1.00/1.00 vMB 11
711,438 711,438 00000000000000000004b33d8e34d93111c6df81125334772d5207f336aedfb6 2,907 1.00/1.00 vMB 15
711,437 711,437 0000000000000000000b7198baf9e61620e28e30c3eccd35bb0f98f649a71738 2,821 1.00/1.00 vMB 12
711,436 711,436 0000000000000000000b669a3d5a846563fe4c06968dc71d416d1215fd21bbfd 2,714 1.00/1.00 vMB 14
711,435 711,435 00000000000000000008863ce45cdc7755114e386caa29a0eaffffb3fe552e42 2,601 1.00/1.00 vMB 10
711,434 711,434 00000000000000000000277b7ac4ee0cf69f43e278cda910acb2cc30bb8706d8 2,711 1.00/1.00 vMB 21
711,433 711,433 000000000000000000021eda5ca66cb16bc7769e24f43ccde58a8e81d8848af9 2,708 1.00/1.00 vMB 12
711,432 711,432 00000000000000000002bd080bab761a95bde3bde1c5a91c27e1c10d04f7317a 2,818 1.00/1.00 vMB 22
711,431 711,431 000000000000000000016b00ddde139b733b3aac6e4227e8801b98bf3066d093 2,752 1.00/1.00 vMB 12
711,430 711,430 00000000000000000007ad9a91a299bf424fccb03505adc81cd7bdd5e890f0a1 845 0.31/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.