Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,200 transactions (1.57 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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
910,104 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,312 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,103 (857,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,692 52,692 0000000005d4a1a9e319a79007c3da6fe259ac5d76778f053db51cfc3c29eed4 0.00 MB 1 0
52,691 52,691 000000000fb76a4ce5f881877c473d4487e7c552b2ba67f530a70fa4fbf0f43a 0.00 MB 1 0
52,690 52,690 000000000fd810e0dc3dbeae63457073a68636b0169a97044dad36c22540ad58 0.00 MB 1 0
52,689 52,689 000000001159ec9265af29f104d76fb5840bed757955acea4a815647444f68a2 0.00 MB 1 0
52,688 52,688 000000001576c91d401aa27e00c88185b2bcb4e7ad74a71a28162f71ee12cf5b 0.00 MB 1 0
52,687 52,687 000000000f9178ac6f80ab6aabbca60517da086d032d9785062d7d0750b5eeff 0.00 MB 1 0
52,686 52,686 0000000012b73f76c81828ce550ef85bb1fc5d405f25fc3c08d2f85d28173221 0.00 MB 1 0
52,685 52,685 000000000f2f14d62e79fecbe8778ca7030e9ef140b61827f742d56f5a8138b5 0.00 MB 2 0
52,684 52,684 0000000012c7cbccb182fa7c6de5ebad1362b8dfb435b7cd7e789940d06dce3e 0.00 MB 1 0
52,683 52,683 0000000009402f9509c9f8f732f395a8c11101c37275357a2e57584fd2da30cc 0.00 MB 3 0
52,682 52,682 000000000974464faaa9937e485347e5a3c5be88700436b6c5a798a846894427 0.00 MB 3 0
52,681 52,681 000000000a028ff5cada3aedc3d10eb733cc6e7b51e79cff6b908130d9f2adf9 0.00 MB 3 0
52,680 52,680 000000001317473d6827ec0179e4934d9e149fad738d00f053b19b1170a20393 0.00 MB 3 0
52,679 52,679 000000001333d73436bf0b3acd09f9e2293d08588b380567b06bf72e83f15f52 0.00 MB 1 0
52,678 52,678 000000001400797ad034758f83b6386031b616b829b296e2fa0432ee4d94d59b 0.00 MB 1 0
52,677 52,677 0000000005672a47b6beeadd6c682ff800ff9a20a116820c8b6816f262c97412 0.00 MB 1 0
52,676 52,676 000000001149fd978cebf65d6ca836b580f01d008af2828f6bfed7fdb305cde7 0.00 MB 1 0
52,675 52,675 000000000e61347e5022228308b13c909bde36d05178ff3ed69ab25eece6adc3 0.00 MB 1 0
52,674 52,674 00000000137ec062f4a188724fdf7b569fc5c89feebc47e1d41603f0e5aeeee0 0.00 MB 3 0
52,673 52,673 0000000005654f6152bf75e0fa6e474aea3386675a5655d7dbe9918aab7690fd 0.00 MB 2 0
52,672 52,672 0000000003fbd08e87e4929a0e8744919ea2563112622948593615eeeedf5ffc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,188.80 GB sent, 116.41 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.