Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,746 transactions (1.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,068 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (595,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,279 315,279 0000000000000000345734a04f584db3e4cdb4cb1a4b5601aea1541e3a54c1d2 0.75 MB 1,336 28
315,278 315,278 0000000000000000033281306c151983ae7f2e0e9beaee12b97d8ccc49ebab67 0.57 MB 922 27
315,277 315,277 00000000000000001c157a6ab7a7f0891832a1617aafa23d9b80d01ae03a1c7b 0.09 MB 115 10
315,276 315,276 000000000000000001763a99beba5d1914eb7f23121d0b1ec56fde0a1d283ed8 0.12 MB 113 5
315,275 315,275 00000000000000001bb97a0690b96a2d480309bdcb370d1b3b74106a8452fec6 0.64 MB 1,064 27
315,274 315,274 000000000000000008469a1c1a881a9ad2b563bedc75aa822de49b808461afa5 0.27 MB 502 31
315,273 315,273 0000000000000000368edd1d6f962e7e4c7ca7f9dd74bbef88a0c407f8df0dc4 0.75 MB 1,544 30
315,272 315,272 000000000000000033b8999d4270ebe01d69f8c591390388c908578603f6ec3e 0.40 MB 671 24
315,271 315,271 000000000000000002b887406de8411b920fe6c78cc89b0841aa284306007890 0.29 MB 522 27
315,270 315,270 000000000000000000d4d4e925ae2ea4e874d8db75d688a4f9b4e30bc2fc6301 0.12 MB 213 29
315,269 315,269 000000000000000012912aa8a6ed98ff41d51e02ce95f6077abc1a7db403fabb 0.08 MB 144 23
315,268 315,268 000000000000000017a6640dc16bac6bb49fbf18318a0709d6d93bb11fc16414 0.01 MB 29 35
315,267 315,267 00000000000000002db40e401e942b39f53ce9e093e971acf0389337a41f8a04 0.26 MB 330 22
315,266 315,266 00000000000000000e64474822b335ed22d8a554fdb5b54e895c89e399c58120 0.33 MB 473 25
315,265 315,265 0000000000000000270890454ae672171698653ff7d5698bbd4101f024f99da4 0.44 MB 874 33
315,264 315,264 0000000000000000212e8bdbb0c11d0eff537b411431cdc356b778aef085f790 0.09 MB 97 15
315,263 315,263 00000000000000001340ba27311834275c3b74792c33eb0768a1ed3ba7a7a82e 0.03 MB 81 30
315,262 315,262 00000000000000003437536ac55bbb94f599fdbaf1b4d66f1aa4ae868ca6a453 0.20 MB 399 26
315,261 315,261 00000000000000000e18c2b0c84e369a052254d7de2836ccfc8dc762d4d01260 0.32 MB 664 29
315,260 315,260 000000000000000026eb521a92a8e71fb82eb16aa0431c2d91ab3687017dcc78 0.10 MB 195 26
315,259 315,259 00000000000000002359ede12597f19559aff091f8e8b3954390be94c48d883d 0.73 MB 1,520 29
Previous 10 blocks ↓
Total Size: 775.37 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,367.53 GB sent, 125.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.