Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,293 transactions (0.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,615 000000000000000000022cb30000000000000000000000000000000000000000 0.95 vMB 2,249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,614 (867,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,508 43,508 000000001204f2ba957dcde89d15a3e3a64fbca2ce847092ef5e5272778218fe 0.00 MB 1 0
43,507 43,507 000000001fb56bef722327ef1b56442c6ee5f1989d0a8467b981a03ed6d4938e 0.00 MB 1 0
43,506 43,506 0000000012709cf0a78c4e9b2a93874c7ec0f99a2c7fe4337e26a7e85825a4dc 0.00 MB 1 0
43,505 43,505 00000000271cc18feb348647e99217648bd004b80b23d9d125f77e45155e3750 0.00 MB 1 0
43,504 43,504 0000000025b2a8a0d821aa57faa5a11a180752363bcfb784839b1d92606c9941 0.00 MB 1 0
43,503 43,503 0000000035b1aaf67e68a5f0d7757e5806f2f6501179543552f1c38dc3eb5d29 0.00 MB 1 0
43,502 43,502 0000000042dd296386f6e5345e33aa2d777b72a58a5e6041bad5ea1bc9c7569a 0.00 MB 1 0
43,501 43,501 0000000017771732f3b804e760f33e41b9702a01ce53e22fa1a83824417c8139 0.00 MB 1 0
43,500 43,500 000000000a5379782ffddd174c3f0753dbbc619729d42f21eb7ac2564c8d7878 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.51 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,257.75 GB sent, 121.09 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.