Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,314 transactions (1.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,688 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 1,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,687 (881,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,774 29,774 000000007d68f823f9d6be04ef6bb2222efb265ebc9e1654a1c374404386998d 0.00 MB 1 0
29,773 29,773 000000008334c4502376ccab3165f748de410f648b193d8a3105bb55777f027a 0.00 MB 1 0
29,772 29,772 00000000e4d53fa9d8777b5757adcbb9c2d514e4fa7df053e3ab9809039a624a 0.00 MB 1 0
29,771 29,771 000000008fc4f713889191a20cbedc1367d6e192af7a20e9c6c088fb5ff06b62 0.00 MB 1 0
29,770 29,770 000000007a7426cac88a226856ceca1483e561f301f59e1439b43bbc3682e5aa 0.00 MB 1 0
29,769 29,769 00000000aa1c495ead4c75e79e61dab677f8f239eba1fc86ee7076fc7d6c9191 0.00 MB 1 0
29,768 29,768 0000000003542c355d8911acc30416fc56ee4b6c942e7e865217da8f4b1519b9 0.00 MB 1 0
29,767 29,767 0000000037cb3ab5e65bc3a0e8c1e9ff0a533a47002e63264af13ea7546c75e0 0.00 MB 1 0
29,766 29,766 000000009623c84966273a3ba4edc520602be0d4d8f9771b466146cd34398b22 0.00 MB 1 0
29,765 29,765 000000008e73bad64e59a7da8457ccd932980963e3c41b89f8924f3a22cf39e8 0.00 MB 1 0
29,764 29,764 00000000f827b222c34f0712c67525c9f2a960fbef9c3018743a5f2720e8a4a2 0.00 MB 1 0
29,763 29,763 00000000eded3c0b5f8979b672c8d2aa0e032faf123811c6ec96688eab36f849 0.00 MB 1 0
29,762 29,762 0000000046680cf5f19dd2c52e1d7beb5493c2f6b1af6c32ae6481f3fca5ed2e 0.00 MB 1 0
29,761 29,761 0000000094b556b896611e2b746cbc8c3b750ce38767c5b15c2c39c4a452aad6 0.00 MB 1 0
29,760 29,760 00000000c2df9f146f37bd1b3abe3d5a9205a60269e061be40df866df54c666e 0.00 MB 1 0
29,759 29,759 00000000167ef3b9479db3c92c72182e86c32830edfcf5d98ba64d2fcdd50772 0.00 MB 1 0
29,758 29,758 000000004c98835f0eb4779862e76b378c55b6b8d4b687c36d75b7156e2b8e88 0.00 MB 1 0
29,757 29,757 000000000085f317500612a407d2433e30a51146476b85f83f640e52586344b3 0.00 MB 1 0
29,756 29,756 0000000084d26214e9f29aabaffe32cfc93ed85f3f13421890a7894a49c6d025 0.00 MB 1 0
29,755 29,755 000000004dc554de476ecd77416a5bcba9c5b0dead36c340768ebb75d5c9314b 0.00 MB 1 0
29,754 29,754 000000008a57bd87ae620ea1bfd97ca75087525fb6c4d224fce046fbdd29e9d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.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,425.48 GB sent, 131.20 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.