Loading Tool

Explorer IconExplorer

Memory Pool

87,821 transactions
32.56 vMB
0.24763864 BTC
Random Selection Loading Transactions
Max Size: 194.61/200 MB

Candidate Block

Mining Attempt 5f95592d7c8b80d987203537e6b3f5a6fdcd9b7641eca973d1dfaa487eea1012
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 0ba6212b0f7ade35a9ec84f327c3a328a3f2a0eb23dc25295378f62c48c61d66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.10955093 BTC
Feerates: 538.26 > 10.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (809,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,513 105,513 0000000000022892f1e497ffad950e62725b7b587ad085f237ecaa5431163d2f 7 0.00/1.00 vMB 0
105,512 105,512 0000000000018d2ead4a476b2d991e26bb54961d638b7b7dc0ba21fa05defd1c 12 0.00/1.00 vMB 0
105,511 105,511 0000000000024521fe9c1d36627e10321d997cd28206e214ca26f4a895468cab 13 0.00/1.00 vMB 0
105,510 105,510 000000000002f79bfa19872837a3de7d0cd50e1b13816f9a269fc3e64d66f6d7 7 0.00/1.00 vMB 0
105,509 105,509 000000000000a1b1a9dee23a5ffbaeef3bad622384cac073680657de6b7ac17e 18 0.01/1.00 vMB 0
105,508 105,508 0000000000018a8d94746a1457a8c1b16f4a9974319945e5d26f4008ff1e2d34 7 0.00/1.00 vMB 0
105,507 105,507 000000000000daa82880934dc5efce4bfa6d882597ef6a3e085096e7859c9c94 31 0.01/1.00 vMB 0
105,506 105,506 00000000000247fa6cb3fb0f8ee8fcaa922b48e431bfc1b9a8f166662081e932 1 0.00/1.00 vMB 0
105,505 105,505 000000000001543db0dfa5affa6e522263c55c740ba20b7b6bc7bc68b21e6db5 1 0.00/1.00 vMB 0
105,504 105,504 0000000000002f37675a4dd2044f659d8725c80f72ece157061891022a06b0b5 4 0.00/1.00 vMB 0
105,503 105,503 000000000001dd7828ddf6b7ada983f6ed38a50591babb3147b34a5daa7848ad 1 0.00/1.00 vMB 0
105,502 105,502 00000000000192e7622a67ea98e455b89bb269ad7c18d4e500c27e3fb4e268c8 3 0.00/1.00 vMB 0
105,501 105,501 000000000000c6906639ec39070bb26bd94c355709f098c40c9713094e861f31 4 0.00/1.00 vMB 0
105,500 105,500 000000000000609f51f48f4eddec43b358b3189615201314b5c6113c6327e9ad 7 0.00/1.00 vMB 0
105,499 105,499 0000000000019e34994348c78f45ab759dbbd7e71e4b00963f3dc284790e7882 21 0.01/1.00 vMB 0
105,498 105,498 0000000000028f863690da110d492bf5beb426048ca6e6d748cf273d1d5de10e 1 0.00/1.00 vMB 0
105,497 105,497 0000000000008c9ae6fb04736462bf7d12600154e39b6098f58ffaaa526cecb5 4 0.00/1.00 vMB 0
105,496 105,496 000000000000b9b426add0b2de8001aed10fc0439b77606a3466b40c3a139f1e 1 0.00/1.00 vMB 0
105,495 105,495 000000000001ee37747880f60b5bbccf7985c677d57ebc8a5db9328700423014 5 0.00/1.00 vMB 0
105,494 105,494 000000000002e6413fcb4bd08451934b2e74571cacd3d272ea7a855e1feee3ed 3 0.00/1.00 vMB 0
105,493 105,493 0000000000024d766884771058b36a31862c63569b20afd1c0b06bc3e17fc111 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.