Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,804 transactions (0.72 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
910,557 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.64 vMB 1,791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,556 (867,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,514 43,514 00000000086c0fbd4365be62efb2a0d322f8977924a5f2d2509d97d4af423113 0.00 MB 1 0
43,513 43,513 0000000034455d20e5cce544cb333557127d420f61133867ad7ee11825f29b98 0.00 MB 1 0
43,512 43,512 000000000f025d785a09b605521d301a4051705e8995770a9aa05974b141e1a6 0.00 MB 1 0
43,511 43,511 0000000000bd9c8a2df384491f3dda6aacb30eea40596e7f5b8c9b6fe80bf660 0.00 MB 1 0
43,510 43,510 00000000193c965c3513078f28c446030fd387fa513c25232026c97ff6e09060 0.00 MB 1 0
43,509 43,509 00000000426216c0bf94a53b62d61dc7dafdc684ca6d481cc2d8bc3b0cf1a0f5 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.41 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,252.35 GB sent, 120.59 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.