Loading Tool

Explorer IconExplorer

Memory Pool

85,609 transactions
31.93 vMB
0.20865951 BTC
Random Selection Loading Transactions
Max Size: 190.95/200 MB

Candidate Block

Mining Attempt 0522c24596cc6e3ab4f3af92f24bbff36d8c3b62eb2de78e96682dd76bf9e9e7
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9f5e773436bdaf7fb5678113a2ffbca6d2971232e761fdc91f5330862b5d0c49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.09430489 BTC
Feerates: 529.10 > 9.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (42,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,317 872,317 00000000000000000000bbe988adb557a7d7a169f129f7a6d5dab68540635ff8 4,683 1.00/1.00 vMB 9
872,316 872,316 0000000000000000000229a862d9052d090704bfca434fb5dbb0c25dc9a8cddb 4,673 1.00/1.00 vMB 8
872,315 872,315 00000000000000000002abe9812c8a5541332fb41e7cbc1d7dc9d263bca8f301 574 1.00/1.00 vMB 4
872,314 872,314 000000000000000000008b2de938f82c6fa5aacb5781c4ea03e849df053f5972 3,737 1.00/1.00 vMB 6
872,313 872,313 000000000000000000029775b0ea975da03fda72a0b2c2a7637b99dc44c4e76b 4,202 1.00/1.00 vMB 7
872,312 872,312 00000000000000000000e297b145be6d4b96e3de85a56f8be6c34be9285fd701 3,635 1.00/1.00 vMB 6
872,311 872,311 0000000000000000000262d6faac602ec3153026b9c8b6b3782cc7df9143c7ff 4,370 1.00/1.00 vMB 7
872,310 872,310 0000000000000000000052fc1c2c6562d07dfb225827c625492b7618795337db 3,593 1.00/1.00 vMB 11
872,309 872,309 00000000000000000000318fc259b1321c97279ed964b58e051a12888b1c8d8d 4,110 1.00/1.00 vMB 11
872,308 872,308 00000000000000000000174b78413a68d04a183ec7e08557da0a638da3ae3410 4,520 1.00/1.00 vMB 8
872,307 872,307 0000000000000000000294b6ea9f72578c635afde50fc9cabe27cc311de07e5b 3,499 1.00/1.00 vMB 5
872,306 872,306 0000000000000000000096a6352c4841b8a184eb4085fb3227c9a304ea1313e1 3,723 1.00/1.00 vMB 5
872,305 872,305 00000000000000000000801afc2dbf3dcdc7931234f72bcdc63b71eb3751a960 4,549 1.00/1.00 vMB 7
872,304 872,304 000000000000000000015f5a47d613238db4ea4096182eb9b40b2ec82af8249f 4,428 1.00/1.00 vMB 8
872,303 872,303 0000000000000000000081f0b1357bc1d0fcbfea26802ab50c5df741030782d4 4,469 1.00/1.00 vMB 8
872,302 872,302 00000000000000000001265c219f21d8715a2df9a5d33eea080a95ae90da51d2 3,840 1.00/1.00 vMB 11
872,301 872,301 00000000000000000002a2231d42fea2879dbcfb3944ad956a4b00740f4f1f9c 4,337 1.00/1.00 vMB 12
872,300 872,300 00000000000000000001e5b3401ef7aacd2cc17d5edf4c6d0efcef3cd7ae540b 4,815 1.00/1.00 vMB 6
872,299 872,299 00000000000000000002198719b7083eed32bb5508660af493e693b9ade907e1 4,401 1.00/1.00 vMB 7
872,298 872,298 000000000000000000009c3e5d47af2539c2326458c01633ddb8b57c4fda7022 4,350 1.00/1.00 vMB 8
872,297 872,297 00000000000000000001d8fafd62e2f43554caa6f61af4c2f160b058f478fb07 2,449 1.00/1.00 vMB 5
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.70 GB
    • Received: 16.31 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.