Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,146 transactions (1.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,765 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,926 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,764 (867,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,431 43,431 000000001165176503c064379af8cc07ff66c8c3608021965ce571f6f70a66f5 0.00 MB 1 0
43,430 43,430 00000000235b0b2f5ac018e1bfe577ded4af53cb30845e77e3ddad43f671f29d 0.00 MB 1 0
43,429 43,429 0000000026ea10091f2206761812b52f361410c82a14ded77d62cfa38cd6e42d 0.00 MB 1 0
43,428 43,428 000000003064eeb9c21c1bfc4a8b565caf6f8b7a738df4a4006222ef89f93c80 0.00 MB 2 0
43,427 43,427 000000002420955ec51c226f88c5781afae050b5ac8a8ed13508460cdb99f2bf 0.00 MB 1 0
43,426 43,426 0000000000c7c562dbd110faca1bd37f459eb02d44fad82e0b6835f9dd164229 0.00 MB 1 0
43,425 43,425 000000001d25c819ed948fd87fe7c0e172f48a4f16f54741c2da4be170a85853 0.00 MB 1 0
43,424 43,424 000000001613fb0aa8b18903b840d0034d7d95a732f7a220e7e7263affbe2afb 0.00 MB 1 0
43,423 43,423 0000000040c5d5ba115cade381ad39cafb05c0fa0595e18a2e473ad40ac5297d 0.00 MB 1 0
43,422 43,422 000000002833f373cfb3e1e54a32d080ee494262cef2ea725031e46d48802719 0.00 MB 1 0
43,421 43,421 00000000330f8ab3a909c3323ff8a5df631be38eb845172cd36d1d180e6ac3fe 0.00 MB 1 0
43,420 43,420 000000000c4991f59a3613c5ea7fd1b57666aaac90dd7de615b265443e972e43 0.00 MB 1 0
43,419 43,419 000000000c81eba0f49537bb3829313c48265570485c043e80b4fd8080acd9a2 0.00 MB 1 0
43,418 43,418 000000000d2f15aaf09c0bdd8cc9845132f381b32c7055803c77df93ec40c18b 0.00 MB 1 0
43,417 43,417 000000002c6f50d1b811885050d523b958bf464f177b6f6c9896f903ffa75842 0.00 MB 1 0
43,416 43,416 000000002e1a12b5ba4f24b234b8f31f2d10420eba39d887ede14b9201e2913a 0.00 MB 1 0
43,415 43,415 000000001272636db3ba4e5bc48d68346e972c1ee108f7a12e6f34db6fff4d34 0.00 MB 1 0
43,414 43,414 0000000009f47edf477fb1caac5b3ae0d594922fce9687e31afb89e76c8e53eb 0.00 MB 1 0
43,413 43,413 000000003a0b2cc50e12739662e0f1983eb4c7aac0c26ebe5c5fadbc17a3ed38 0.00 MB 1 0
43,412 43,412 000000001f8fe323c4516b3d789ba6648094e067c44ab584b3c6bc3b390e4cc5 0.00 MB 1 0
43,411 43,411 000000003b2e0ad032f912311416e789da7047297fa3f8bca073986dfcff1e6e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.80 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,294.83 GB sent, 122.65 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.