Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,420 transactions (2.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (867,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,499 43,499 00000000085292ddc316804b33377933cc9def0cd9ae0dfd973d5888ace2eda7 0.00 MB 1 0
43,498 43,498 000000000ead1f00098d1785674f67f07c1814ff3ad614368ddba252f7c4a5d0 0.00 MB 1 0
43,497 43,497 0000000012120e8961270e812ce68cfe3e1dc4eb4e975b0f4780e7bba535ed9f 0.00 MB 1 0
43,496 43,496 000000003abc4e916b8fe24d1d077aa2d2d1d322f5408e91cf3094c326f17ea4 0.00 MB 1 0
43,495 43,495 000000001e1b98d9e6263e506593470602f2813dded948eb282729876268034d 0.00 MB 1 0
43,494 43,494 000000003481262462a16ecfbba0dc4c1aa8c43aa038cc3607d346dd09281272 0.00 MB 1 0
43,493 43,493 000000000f3134b530e4cef05b2930d8bb59e8f3df5f3de6b1f89df12964eafd 0.00 MB 1 0
43,492 43,492 000000002d93742c4ce22606e1011383112ac2b4b4cb0874f04ce42b80d129a7 0.00 MB 1 0
43,491 43,491 000000002d6761f05cd62b48903b9e5ad602c11a42e3a5dd3bc3aa97f9ce9b40 0.00 MB 1 0
43,490 43,490 0000000023a4a1c1378d98f315a202b60d2e8ffaf19b591fa00ccc87a69fc61a 0.00 MB 1 0
43,489 43,489 00000000271e98fedd790a48421904f6635da588138d68dd22e9a9a9173dc7bc 0.00 MB 1 0
43,488 43,488 0000000007baa66db641fb2235e21327c0d38db53d78a8d5c9951c724d56a02a 0.00 MB 1 0
43,487 43,487 00000000052d2ce02edcea46162c72ca9318f3c5d9af285e8dc95bd20fa6349f 0.00 MB 1 0
43,486 43,486 000000002049123ea087abd9eca68670a28f14916d1d7d4abeb75b3feff7941d 0.00 MB 1 0
43,485 43,485 000000001ad3d4baf82113b62ffb1c4dbc02f93259dadc3fb93f8e378b0461f4 0.00 MB 1 0
43,484 43,484 0000000035ddc30f1c1fbdacac19aec80329fb325e509d86c5f4c7e4bf77ccb5 0.00 MB 1 0
43,483 43,483 000000002da3382ca3e6454def19a42c2b815891020a1cfb30430427ecb9c735 0.00 MB 1 0
43,482 43,482 000000000c99df4f4a80b65c83722c4562b496e207f657189594e9143063d67d 0.00 MB 1 0
43,481 43,481 000000003294bf0faa5031d0d7c610e30407131458608d4932940772dd050ad2 0.00 MB 1 0
43,480 43,480 0000000030ebf6f9da012834b5183beb77003d3a2ba6cb3debd372f0eb240dee 0.00 MB 1 0
43,479 43,479 00000000086c04e790b14fa22d954f21e895d21615f4910470cedb4654bb6f9d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,259.25 GB sent, 121.20 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.