Explorer IconExplorer

Memory Pool Memory Pool Refreshing

687 transactions (0.27 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,328 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 666 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,327 (871,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,471 37,471 000000005781636e28e0a16252d1cf450c323a1558bc50728980b1fc51bf02a3 0.00 MB 1 0
37,470 37,470 000000007adb82f8a658535448ded46a96baca927664613f616e58f70b7068ca 0.00 MB 1 0
37,469 37,469 0000000041add5aad33b0cdb4cde9e0fa79dc8424e8520003cd5660d38b00189 0.00 MB 1 0
37,468 37,468 00000000aea92a00c4012b8e7e1902bd927311aa99d6a3b20fed5a18ff67ec08 0.00 MB 1 0
37,467 37,467 000000007c02f6ddd8340cca194f502c641a72422d2f4a22a6b78c53a9c1ce5f 0.00 MB 1 0
37,466 37,466 000000004f51193cf1f551d20380e6da76017a52386d000e53e856b8677e2eff 0.00 MB 1 0
37,465 37,465 0000000015a2390bcd8da52a5a3edd6ff0bf840a20eb752b5cc44d15cc87a407 0.00 MB 1 0
37,464 37,464 0000000053c87f8b78f2cf30d538671addf436ac39b6438d8d554bf7ef62b587 0.00 MB 1 0
37,463 37,463 000000004e1535934fa452ed20a7b0ed9a35ebf893030112c2e95f8aaf443355 0.00 MB 1 0
37,462 37,462 000000008ee120032dcd0c6c1825be51bf5a6e1af156d17b758130e8e6733a10 0.00 MB 1 0
37,461 37,461 0000000064ffb898474d563f5e7553d5d719b4c7d6322b805a63ffc5e74c334e 0.00 MB 2 0
37,460 37,460 00000000b900c198e0b8d861ae78a93cc91c78d1170d34951b4d8ecf5cc93351 0.00 MB 1 0
37,459 37,459 00000000a9247f97e4f15f76c8b74dd1fd44602163c05d1771c0b884c1dbf159 0.00 MB 1 0
37,458 37,458 0000000096bd0e08668cb0b52f0a19634116595d660f084e074e61a04b6475d9 0.00 MB 1 0
37,457 37,457 000000008d5f1377a19eab8ef87bccc71c91a5580efee239b80b7dd31ad4071f 0.00 MB 1 0
37,456 37,456 000000000ef8f31f62eb7ef482b94fb1ee076d191e7ab31ba876e7850eb4367b 0.00 MB 1 0
37,455 37,455 0000000088f0b946b3cae2b522168590dc12e2ce0a83a2a92e3fb5e659f2efbb 0.00 MB 1 0
37,454 37,454 0000000026c0e3263fad6cbd0ff261085107c5e721d5263d32666f4f7999fd1c 0.00 MB 1 0
37,453 37,453 000000004062501c1a7b837ecc6aaf075a77365e26068e7dbb97b0bba80c5f0c 0.00 MB 1 0
37,452 37,452 000000008c1a32847e25d0398814385e430970cbe4c73345f42c0d592ea4865b 0.00 MB 1 0
37,451 37,451 00000000293ed77dd7a6593b288591c613df666815a15133086c633651b736a1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,066.63 GB sent, 108.90 GB received

Notes

  • This page updates every 5 seconds.
  • 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.