Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,406 transactions (2.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,298 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,777 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,297 (16,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,884 894,884 00000000000000000001e237833fb56a5908aad154c38462c08f026ca1306083 1.70 MB 1,934 2
894,883 894,883 000000000000000000014f1c2b0f61e92300237273cad0beb025b603aafa83a4 1.63 MB 2,381 3
894,882 894,882 00000000000000000002076673ab0ebe776a588328e489fe02d020349277a238 1.75 MB 3,101 5
894,881 894,881 00000000000000000000cfa9b5af2c75206e3daa5eecb3e0b3a2c3511f72b24a 1.55 MB 3,885 7
894,880 894,880 00000000000000000000e810c2964860cad5b465dbd11419bc9170835ee37120 1.45 MB 2,191 3
894,879 894,879 0000000000000000000242a066eb5f0d8e7962d3e205ab0a804e121e59237c05 1.46 MB 2,326 4
894,878 894,878 000000000000000000010fe66362fe636f7a8825bad300860e43f4cff8069575 1.48 MB 2,994 4
894,877 894,877 000000000000000000016ed2ab328467de43e9fd73a54020f60a8d2a370b1459 1.48 MB 2,564 3
894,876 894,876 00000000000000000000aff066dc209388f29f1173196ab73e84c07148828c2e 1.71 MB 1,626 3
894,875 894,875 00000000000000000000e4ccd787876a47502ddfbf7d754cccdc6e210322cd0e 2.16 MB 149 2
894,874 894,874 00000000000000000000f89c0e101f751178b2cf5d003fe8c649f4068b8f4512 1.98 MB 1,473 3
894,873 894,873 000000000000000000005b470b114ece2e768a5bce20772747bbe69470c689c2 2.06 MB 803 2
894,872 894,872 00000000000000000000d4412a4ea3508c21e5246d6268f08be5c66e2692b0e2 2.17 MB 80 2
894,871 894,871 00000000000000000000bb674b9bdcc443d17bc1b3e7828627859013f49127ff 2.07 MB 978 3
894,870 894,870 00000000000000000001a198ed785c495db62e8799eae568e2329711a8fdef0a 1.59 MB 3,987 5
894,869 894,869 0000000000000000000068551ea9714ac2c239f387b618eeadf97f2ddda37c5f 1.76 MB 2,381 4
894,868 894,868 00000000000000000002468df8d4c74d8c163e78ef816c26dd7187d7186e1b89 1.85 MB 2,393 4
894,867 894,867 0000000000000000000024439b4f8a63664670c5878cef9cbe7a566a6bc3f8ba 1.89 MB 2,190 3
894,866 894,866 000000000000000000016bb460b10c5cb1c86676c2600c91fa828b0b10620882 1.42 MB 2,269 2
894,865 894,865 00000000000000000001ed39b40fe4633558b04f2720f04b6296d301bcc74242 1.67 MB 3,828 2
894,864 894,864 00000000000000000001cd0952d01c8d8595ee8fa964d9c2295dc582b0a06c04 1.77 MB 2,337 2
Previous 10 blocks ↓
Total Size: 775.79 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,398.66 GB sent, 127.83 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.