Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,441 transactions (0.37 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,014 000000000000000000022cb30000000000000000000000000000000000000000 0.37 vMB 1,416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (849,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,420 61,420 000000000a0647859c9ff063357f7c6c591d5aacdc0eab3f9139e74714c53a20 0.00 MB 1 0
61,419 61,419 00000000052399500be23f5cd655fcc756355c291f0e6c610d601e6898d01eee 0.00 MB 3 0
61,418 61,418 0000000002229fc910448b72ba9a5e9137a50dd437a9b2f393227554006d8b29 0.00 MB 1 0
61,417 61,417 000000000726e8ee76a6429711141294e72f54a74acc0822a72750d248860e40 0.00 MB 2 0
61,416 61,416 000000000e32fdc0a9268f2840f0559ae81f5b1002147cffa75a09c2aff99e7b 0.00 MB 1 0
61,415 61,415 000000000d65eb2e9dbc8fc98a9efd91a139427f2339b5358bdceadc551417e2 0.00 MB 1 0
61,414 61,414 0000000006789b1f90e7e11cb7c9ad3c219db212bfeaad14f71f4ae0161f8c3c 0.00 MB 1 0
61,413 61,413 000000000706d7020359df4386fab73d154154daa9cba093ffb757dc08c7d478 0.00 MB 1 0
61,412 61,412 0000000007b287db6d5eb73830a6053b77d4755027476b0f3e9244cec57aed10 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.27 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.11 GB sent, 125.05 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.