Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,468 transactions (0.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,217 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,450 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,216 (841,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,738 69,738 00000000002a0aed2c245c9099982bda4c099634c5b521ecfed338665f59ef26 0.00 MB 1 0
69,737 69,737 00000000001b5a9cf43da1a33d6667b91c10cba693fc12a3499b52bf2bfadbfa 0.00 MB 2 0
69,736 69,736 0000000000886f91d91034cfec320eaa389d429100ce3da232109069dcc96ba9 0.00 MB 1 0
69,735 69,735 00000000007965c888a4991327e3f72f909167340886b6fc32c31bd80a43dec6 0.00 MB 2 0
69,734 69,734 00000000014b52c269829d91ebd8238e0156afcb9918209c9e699253648215b9 0.00 MB 1 0
69,733 69,733 0000000000de34f4b1a9383aca8ddec1184426981fbe447b249043e02f960ee2 0.00 MB 1 0
69,732 69,732 0000000001158152c1f8fa3cc8dbf93c57fac2f930b0e805cf862c6e14293ebb 0.00 MB 1 0
69,731 69,731 000000000044d40f8e80c5e6113e2b2481164dc15f328fb0c5c13ab77d340172 0.00 MB 1 0
69,730 69,730 00000000002f76d23acb4d77a21f8440ccf27b95010722340fed46cc8ba38a5e 0.00 MB 1 0
69,729 69,729 0000000000e4d664d4d1f664d72d213a3af381304f87f174ce305ef013af85bb 0.00 MB 1 0
69,728 69,728 0000000000dc62b8007ce3da73087a9ebf0392e95f79e3d180b0958dfae9b2a3 0.00 MB 1 0
69,727 69,727 00000000010ec7b92066c38bdf4198da544a61778a9b28e51942b2c702aba2b8 0.00 MB 4 0
69,726 69,726 000000000166462ee1225b64ea697bcae9ae768b079c099b3cee236faa8d291f 0.00 MB 2 0
69,725 69,725 0000000001263789e20f541a8022a879d76e0fe76541009624fb7b6775edcc20 0.00 MB 1 0
69,724 69,724 00000000002f9dcb6a588728fdd4a9d6138cf449b7e8e615a07cd66141abd5f6 0.00 MB 2 0
69,723 69,723 0000000000669f1e374a9a355fcdb2da27482a89fececc004b1873ce6759d9da 0.00 MB 3 0
69,722 69,722 000000000061f8127cb193a09e994ba5cae1685b1b253b067a68274397a32818 0.00 MB 1 0
69,721 69,721 00000000005d587e325b0fd14feb7c9c1d42b1610c31f80d2069119b638a850e 0.00 MB 2 0
69,720 69,720 00000000014fc3a88c21f2a9792d579c6dce9a8fc4eb198cffd972e68c7ce726 0.00 MB 1 0
69,719 69,719 00000000013adc201c7b9c6e973f7ff0aa93fa5f90c87fe2e4d98d94744341f6 0.00 MB 2 0
69,718 69,718 0000000000dde18fc5ad410861d0411d9e5c89f2dd4088480bbfbffaa731cc99 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.65 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,378.38 GB sent, 127.04 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.