Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,329 transactions (0.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,008 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (3,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,519 907,519 000000000000000000022217e0551e6b30508f96db08afda8445b10b7dca2bfd 1.76 MB 4,668 1
907,518 907,518 00000000000000000000bc05cc5ff1f0c486960dab5ef207340c5f454cb111ac 1.76 MB 4,610 1
907,517 907,517 000000000000000000004603ec8fca938114e99c4edd032c35ee91f183899d30 1.69 MB 4,292 1
907,516 907,516 00000000000000000001152f4615c80eaa13fd8a10216f517eadde30eaabe383 1.80 MB 5,020 0
907,515 907,515 00000000000000000000a9b267eedd0dadcfc59d16cedf9b8784217862a4f3b2 1.41 MB 2,637 2
907,514 907,514 000000000000000000018807f6d39bdae468c43c6e180fe1635abe21885e6d0f 0.78 MB 1,375 2
907,513 907,513 00000000000000000000dea02d7b8b28c81712b136d55666b7d8a3afbc84cbb3 1.76 MB 4,460 1
907,512 907,512 000000000000000000000696a45dcd004007e4e6cdcbd1488fd56cf2477d2d24 1.72 MB 4,540 1
907,511 907,511 00000000000000000001b9cf3bda102314b21304409374c481144c0bd142d847 1.72 MB 3,656 1
907,510 907,510 00000000000000000001565807f804c4a7e2c5bfc4615158fa1cd5f3f3e6b9c5 1.46 MB 2,396 3
907,509 907,509 00000000000000000001d06775ef30514e1595ddfb5d2e8f1c6236c1605609da 1.81 MB 4,972 0
907,508 907,508 000000000000000000018e33ae8a6546e33463da4b05260a99835ce7bdc23a24 1.72 MB 3,008 2
907,507 907,507 00000000000000000001e37ca320cb35a8e1ae67e540bf52b4972a5dc25bfa5a 1.74 MB 3,275 1
907,506 907,506 00000000000000000001a4f5be1c9ca621e844990d91f654961d9d2683314d33 1.79 MB 5,026 0
907,505 907,505 000000000000000000022764547c7b6301e8359d49e313b2414af1f964b8aebf 0.38 MB 849 2
907,504 907,504 00000000000000000000c122711bb578adacd5819d905102ff3d0aa2d0b761db 1.77 MB 4,224 1
907,503 907,503 000000000000000000012522d6164ca4243349d59c317a0938e06bc4bd8df0e6 1.47 MB 2,319 3
907,502 907,502 000000000000000000008cd50cbe10fbfe858195c517092f20639083f1753ad5 1.81 MB 5,065 0
907,501 907,501 00000000000000000001a43e2250c8ee6e2df395304e45412b0af4ac87d8ab8d 0.54 MB 1,026 5
907,500 907,500 0000000000000000000078a3a3a431a8714aef72b712e09dbb8063144d1283fd 1.79 MB 5,018 0
907,499 907,499 000000000000000000008edf9a982638d4f17689447152425be03280857d465d 1.70 MB 4,326 1
Previous 10 blocks ↓
Total Size: 775.25 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,360.00 GB sent, 124.99 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.