Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,390 transactions (1.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,598 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,481 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,597 (839,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,143 70,143 00000000008b33243e1d90aa0215bfd090539a16e946c20ce452e87276e6e99a 0.00 MB 2 0
70,142 70,142 000000000109311c993c774b8866c87c7fd8cfd994075d011541077c23f50bd0 0.00 MB 2 0
70,141 70,141 0000000000440a0985421fca7bdebf4a9d8a1a3bf9e54925c59f436059ddd2e3 0.00 MB 1 0
70,140 70,140 00000000003da08fea69f78fc2bd2b5fe9a9b3b048f1148333daef9dbe6fcd54 0.00 MB 3 0
70,139 70,139 00000000005959c211b70275b7b890c458d63d113f112fa0703eff768bec0210 0.00 MB 1 0
70,138 70,138 000000000032cfec920125f5c1129fc61ab41b6e7212b0e9d6eebad5a78a63d5 0.00 MB 4 0
70,137 70,137 000000000075cfad974f1153e278d1790f93cc163fe84e246f1b5e58b8108719 0.00 MB 2 0
70,136 70,136 0000000001598f1692bf465cab884e428d2791f791eb61db15c62beed7c4ba88 0.00 MB 1 0
70,135 70,135 0000000000434b5772eed2591f3ff61ce3d509478778603b5a4664c54549a685 0.00 MB 3 2,217
70,134 70,134 0000000000d45a8a9c79b898f6386dc3adb9267ceb482fa0e788cb0a1906443a 0.00 MB 3 1,317
70,133 70,133 0000000000c2882ed170b7f7980349f5db6e5f43339f8ec0543ef36c5d14c321 0.00 MB 1 0
70,132 70,132 00000000008187db7605e898d8c5f144647f0944baba822eedae7a4ea4007973 0.00 MB 1 0
70,131 70,131 0000000000f57cbe267560adf7c95bfc12868db01d40daf0a5e5819fe3c3f491 0.00 MB 2 0
70,130 70,130 00000000008d0009719d8a1771a5947e829c1e7da1a497e31ded16610db4176c 0.00 MB 2 0
70,129 70,129 0000000000c9ec457626f8312c0a442330030e74ae49f7f5bf2ca5f515b4e7e9 0.00 MB 1 0
70,128 70,128 000000000021d06a7941bcd1c8f9ced54be243df4a1ba04aa44efec542c82e9b 0.00 MB 1 0
70,127 70,127 000000000066bdb6e1723e12ef24cbe888f4d3e9aa9e01c908e04ac77e63c4db 0.00 MB 1 0
70,126 70,126 0000000000cbf7492d28c953be65e29be048d86782ebba02af0c014ea479728d 0.00 MB 2 0
70,125 70,125 0000000000df24cd72d20e78cda465d2873abf33d1867535e8ee26baa08a49d2 0.00 MB 1 0
70,124 70,124 00000000016092c5ee04331c2aa0b653a6316453823903a7de7aebf3db97c662 0.00 MB 1 0
70,123 70,123 0000000000d81a31453fc76515ae8f65182d0c92d93e80e11083d46110f3f88f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,098.44 GB sent, 111.63 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.