Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,742 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,035 000000000000000000022cb30000000000000000000000000000000000000000 0.68 vMB 1,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,034 (849,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,411 61,411 00000000037661ee1387da33457d2172602b2c078cde7cc457f4f33a5fb1eea7 0.00 MB 1 0
61,410 61,410 000000000261521b8fc95b41fdacc11a8abded10210deff411c25c05f008b447 0.00 MB 1 0
61,409 61,409 000000000028c276c926d9ca36591ae9893ce50470ade8f2eed98c480d184bf4 0.00 MB 1 0
61,408 61,408 000000000034ed21d5f3d8bc2d38bcc85cdd13d3ede91e8ee19b46216ad432bc 0.00 MB 1 0
61,407 61,407 000000000e220d5f918acfc512a5d55646d763039e67d388e26ac00a56424ecb 0.00 MB 1 0
61,406 61,406 000000000cef0cd1842c8b149cc19140649a127bef6000c12c1889abb28f456f 0.00 MB 1 0
61,405 61,405 000000000406c6235c64eb7ab070e54575a94e152878d3bd7167b915b5a3c433 0.00 MB 1 0
61,404 61,404 000000000733d98b2d8b039d306b84808bb795f80d4c0de97d3a8351c213b3f6 0.00 MB 1 0
61,403 61,403 000000000cc74213ce847815eba4711556a7b87e517d46f6e6225feab565a2a8 0.00 MB 1 0
61,402 61,402 000000000b4fdbdd7d365428625af5019f482615b61fb3ef1349d5d06890fe6f 0.00 MB 1 0
61,401 61,401 000000000b95f96ed748a0b06321ea53b60a12a65f8d636e6e1035df09764dea 0.00 MB 1 0
61,400 61,400 00000000071748d956bc9768da7ca507bf2fcec92c296421bd2fb44d16d62cb2 0.00 MB 1 0
61,399 61,399 0000000008cdd136480b49c871d46a77a213a154712cfd113beced567afc1b1b 0.00 MB 1 0
61,398 61,398 000000000001e106c0c0d4a441f223bf66c4d4b96180c8d81d4be99856ca3f9b 0.00 MB 1 0
61,397 61,397 0000000003b5187e5b4ec5d81f44d5716739bcaef587b6dbe0995b6b08c07738 0.00 MB 1 0
61,396 61,396 000000000b2ebf144ef8ff1e04ab6abb982ed344cbd0dd0d89e1632499128edd 0.00 MB 1 0
61,395 61,395 000000000956b9a73aa5cde022b780f926dab69d88438508aaf83d06e5df9b97 0.00 MB 1 0
61,394 61,394 000000000e26a9040d7f65761c7334d1fab1c0ef2b718d3cfc763b1db108744f 0.00 MB 2 0
61,393 61,393 00000000091f989b5c88707149977f07eda3166f2394acef352392e190d6361c 0.00 MB 1 0
61,392 61,392 00000000059db0894579fb5c84d8f911dbe4014051ddc51a2b88d64d3ead4b0f 0.00 MB 1 0
61,391 61,391 000000000034c553b83f0e41b900b68104d3b84b20192303f20b62d09459b060 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.30 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,362.02 GB sent, 125.30 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.