Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,567 transactions (1.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,611 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,312 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,610 (455,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,157 456,157 00000000000000000083dd4aba0284eadb27f67306182e3c4b38e7222e73c6d6 1.00 MB 2,055 208
456,156 456,156 0000000000000000018e56c76df24593e4a336ab48dd2ae219361914122d68d6 1.00 MB 2,290 251
456,155 456,155 000000000000000001e1bcc228ab661c30c2b36a1fba882d0c8f2dc47dfe128e 1.00 MB 419 416
456,154 456,154 0000000000000000020eb14a9356c2b83c17fd215a3ec70d7142189829673ab5 1.00 MB 1,354 179
456,153 456,153 000000000000000000fcf4ef3d1273bd0593b8df56923596676e06ce63ada0b0 1.00 MB 2,351 186
456,152 456,152 000000000000000000c745cdd20007dc1ee5be4ecb7e40cc094e51790a413b59 1.00 MB 1,877 236
456,151 456,151 000000000000000001caf840144846a53eb1c247378ed87227e19eedeb1b9b95 1.00 MB 1,104 228
456,150 456,150 000000000000000001adffc1f705a762598e27fc36b887ffd67ae1bb970e9f65 1.00 MB 872 320
456,149 456,149 0000000000000000005dd8da407bcf6805e3e25e81ec257cf60190d6e6127a09 1.00 MB 1,275 163
456,148 456,148 000000000000000001531ce10be53890f7a223ec79a85a40b73fc6c1636f401a 1.00 MB 1,100 165
456,147 456,147 0000000000000000020ec5e4b32d53d877cf9cb25cd4226c32d44d33071e25bc 1.00 MB 1,647 174
456,146 456,146 000000000000000001fd711350fd1f4ec0f1a590eefd4e45975e60e5962d2abd 1.00 MB 1,468 114
456,145 456,145 000000000000000000f6e8639603f356cd530e73770dc9c1c8bd983a4fb83159 1.00 MB 1,781 127
456,144 456,144 0000000000000000001dc896872429dd03262a314920cb87179df3b767aa3978 1.00 MB 1,782 190
456,143 456,143 000000000000000001c0ac21e402329bff90f7bedd50cdb35b318fc41f503cc6 1.00 MB 1,495 141
456,142 456,142 0000000000000000005aa89dd465667932bf907b82ae1cde558f464fc4c71306 1.00 MB 1,745 108
456,141 456,141 0000000000000000024bbf3190c51986f639cc9dd28018818c7dbf6b4002d882 1.00 MB 2,635 137
456,140 456,140 000000000000000001508a2df8c1b3f79c17272c99f90b267f4b4b3a9d254dfa 1.00 MB 1,894 166
456,139 456,139 000000000000000001e31d113370b093ad85822822c49db1228954cb2bb35c03 1.00 MB 2,755 229
456,138 456,138 0000000000000000022035862c255ce93524b131b14b947cd272c5f3021b9bf2 1.00 MB 2,425 172
456,137 456,137 000000000000000000ad22d5a8a67745295e9dfe6bbc90197031c88658c691f7 1.00 MB 1,401 117
Previous 10 blocks ↓
Total Size: 776.36 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,420.44 GB sent, 130.47 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.