Loading Tool

Explorer IconExplorer

Memory Pool

67,211 transactions
36.04 vMB
0.20064459 BTC
Random Selection Loading Transactions
Max Size: 193.52/200 MB

Candidate Block

Mining Attempt 5eb61804218bd9a91bc114ffe4728b96052ba45e6b6933c1179417c8ec9cf10d
Version 20000000
Previous Block 000000000000000000003037e9a0a24f24be3154ef9bb067e247aa21b2ef2f6f
Merkle Root 96129d18356e91b8150ca827d5944a2b836d0108ad76a99920aca33eb757d343
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.06465086 BTC
Feerates: 302.00 > 6.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,420 (819,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,074 95,074 0000000000013d14cbc6e0998230439e426cdd470cf509e5b341ad839c69f910 2 0.00/1.00 vMB 0
95,073 95,073 000000000001921b1578eb8eee5fe6f4c1bcee27c61e0191a257b521c0ee4ec1 2 0.00/1.00 vMB 0
95,072 95,072 000000000005c714c3bb2b182ad65f7ad471ae226cde38c45c5fff5e893ed1d7 1 0.00/1.00 vMB 0
95,071 95,071 000000000005c57532e41acedd5237c66e0b0487bb92e5572ee01040c514520e 1 0.00/1.00 vMB 0
95,070 95,070 000000000005f67ad6e7dc24bb3ec9023d18329e190f4cfe99c334928a4f0a10 3 0.00/1.00 vMB 0
95,069 95,069 000000000004cdcbbe2b4e70a41f574ba9841786d648bdfeefcb01ee571e2d03 2 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.35 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: 602.11 GB
    • Received: 10.30 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.