Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

906 transactions (0.39 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
910,509 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 903 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,508 (881,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,708 28,708 000000006a672528884be627cdaec0b51124e81c4cc20f5403fcb6c68daeb80f 0.00 MB 1 0
28,707 28,707 00000000bcadc48b42bc7b6a8fc03f4dda874021a220af56d14050b229c521d7 0.00 MB 1 0
28,706 28,706 0000000080eccca85aba3a8f77c5d40cd66c4dcfc2925020d4aa39f4240d5c2e 0.00 MB 1 0
28,705 28,705 00000000c76e8dc3887bfd38256ec9e40fa8b572fe261151d2abafcb34d79c3d 0.00 MB 1 0
28,704 28,704 000000004b4f144a62698025cd0a2f4cd4a77e301c6482f860453fcae7451b28 0.00 MB 1 0
28,703 28,703 00000000562d07c37e4b7a717a302437cb6a0c5adcce64d280c0d455ddea7516 0.00 MB 1 0
28,702 28,702 000000003d378891a2f7324795311803239a5222ccb5a3241406756d218017e1 0.00 MB 1 0
28,701 28,701 000000009152484ddc2192bc40c3ad656ab2b167307944d72f0411bb4b7e0099 0.00 MB 1 0
28,700 28,700 0000000018612db2e77b8c310080f0a159bced20ffa49ec77946fcd45a74d028 0.00 MB 1 0
28,699 28,699 000000006dc2e77be35c24eb06b0acb16822f2b139a34b02f1d5b2f66e44981a 0.00 MB 1 0
28,698 28,698 0000000038d1ae25283c308dc80446deabee9aebb7f8e93694eba229a446c4d3 0.00 MB 1 0
28,697 28,697 000000003ca8b1d4aa40df26de2485307c51b66e9da728ce48ba602723ffbacb 0.00 MB 1 0
28,696 28,696 0000000061ecd085c451c054edf4c3d3cd591f1f94db63e5ac48802589a9cf38 0.00 MB 1 0
28,695 28,695 00000000d7d0c6721856a8f31527ff207f232aff3034b6f05d13b2de36cecd91 0.00 MB 1 0
28,694 28,694 0000000028a2b850d89d8da9c1264bccd489df11a573442feb053a82af115a9e 0.00 MB 1 0
28,693 28,693 00000000bab2bd20cbede1e513401b7d219146d4a6d847c4d0b1163df093e97b 0.00 MB 1 0
28,692 28,692 00000000236f0c1b256704045ec0fa81728c4f4ba27137310a5e9a72fac5858f 0.00 MB 1 0
28,691 28,691 0000000003fb458d75a107bc53cc745a560776528d8e8f6d031501c94502d714 0.00 MB 1 0
28,690 28,690 000000009eec75c8f9f3e7b6d0bf5e35753dd883dafe0536cd105f33a8a82230 0.00 MB 1 0
28,689 28,689 000000000bccec54d3d377d59be7a66675ae0ad2cc8441e5f737afbf1c6a69b2 0.00 MB 1 0
28,688 28,688 0000000089a2d0677563fc1bb71a7184769c37e0c23bf8338fc10a923f563b92 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.41 GB sent, 120.19 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.