Loading Tool

Explorer IconExplorer

Memory Pool

62,441 transactions
35.10 vMB
0.11462965 BTC
Random Selection Loading Transactions
Max Size: 186.97/200 MB

Candidate Block

Mining Attempt 0a2b7132ae538fa87daa2e8fd1d3e85a43886fb302334dd78a820e14e9a9d68d
Version 20000000
Previous Block 00000000000000000000bf17b6f48d4c6d8eaf06ded8dd793b73e1f1271c7ae6
Merkle Root b9ef4c0740ea6b80f42d2adf5adeed704dc10fee8dfe65ec4758ea90273e7f86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.04110043 BTC
Feerates: 196.04 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,409 (819,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,068 95,068 000000000000b353b7468f73d7578a004fb39da7cf0f3e88c073a92756233753 4 0.00/1.00 vMB 0
95,067 95,067 00000000000585a5ff85377c87206eb87999450697de4afe70852a25c21892d6 12 0.00/1.00 vMB 0
95,066 95,066 000000000003fa909400d6951554758af4b251fa215c5e7cbf7db5c69e7b9b94 11 0.00/1.00 vMB 0
95,065 95,065 0000000000020b8bb5647d809fe415c9b4c5fd89f00200cac4c8760419dda053 2 0.00/1.00 vMB 0
95,064 95,064 000000000002fb45edca0b9a46095e10bdc74f88ae3576bfcd7e948578974ca1 2 0.00/1.00 vMB 0
95,063 95,063 000000000001a5395bb66593ddf195030d0c135f48556ef820672cb158cc79b3 1 0.00/1.00 vMB 0
95,062 95,062 00000000000275e3d7cc2f58226a6bc2645ff6fc2e97104d4f3c5ac72a4f25ef 2 0.00/1.00 vMB 0
95,061 95,061 000000000002fa0327a58c014664f407aa1d45bc358ca765c5ed9f5711e347ad 1 0.00/1.00 vMB 0
95,060 95,060 00000000000535dc0d7d52db872411d6b69c34998c0c8c95d23c7aa27d68edf4 2 0.00/1.00 vMB 0
95,059 95,059 00000000000701cfc0904f2319f7466870b710ae405baf82e3b5f0b8242b969a 1 0.00/1.00 vMB 0
95,058 95,058 0000000000035615be0ad0d2d0acbf39c7aa929988e8372c70154dc823b3d85f 2 0.00/1.00 vMB 3,875
95,057 95,057 0000000000036fe6357aa8136f29cb185147ebc68f159f0a0780dfeb5bc6a07a 3 0.00/1.00 vMB 2,409
95,056 95,056 00000000000084d50766373579a76e4251aa9883907c0ec1a20eb856d19b21d8 2 0.00/1.00 vMB 0
95,055 95,055 000000000005529a2b4df1b0716b3f44b114ecf3337d6a138f85dc36c66b4838 2 0.00/1.00 vMB 0
95,054 95,054 000000000006c64b293a7b4089a4bf71986e45322942d3a99fec563747a8cbe4 2 0.00/1.00 vMB 3,891
95,053 95,053 000000000005acb2fc77806fe9db0e96734bcc1ec9534121272ee5290c66b328 1 0.00/1.00 vMB 0
95,052 95,052 0000000000031102b04cfeac41dcc1408a17428a5f9313ca892f163f14d25fc8 5 0.00/1.00 vMB 824
95,051 95,051 000000000004e4bcb39eeecde66ded315436069500fb690b69579732ad8e4235 1 0.00/1.00 vMB 0
95,050 95,050 00000000000295569a48a03f7d19d7f24e1966a6ee1d5ffea806d168958f0ab5 3 0.00/1.00 vMB 0
95,049 95,049 000000000004d599f89ec9d5bd1b4f0d536e21ba9aec77d04b388cb7e1410f64 1 0.00/1.00 vMB 0
95,048 95,048 0000000000031bb0d75a9eb05654ea0c80df6dd8afd5604b86acb4b73cb29d50 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.65 GB
    • Received: 10.13 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.