Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,449 transactions (4.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,933 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,065 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,932 (870,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,755 41,755 0000000045813d23098189c6c42486a5f0925f0d8bf241b192ff484bc3fde633 0.00 MB 1 0
41,754 41,754 0000000064d971fc421061994f2e37e0c612ee115e6d5000b6ef45a4c0b1ceed 0.00 MB 1 0
41,753 41,753 000000003352ff4136ab9dfaa54f7793c6a013670ce7944d95abd19fd7241539 0.00 MB 1 0
41,752 41,752 000000002023a53028292c4c2783c04d9449717ee5062e14decb9fb35b991188 0.00 MB 1 0
41,751 41,751 0000000037512c0df5b1155ce03682bdc743793c4f879da8b04203d115ed51b2 0.00 MB 1 0
41,750 41,750 0000000008a06e04f6d3b2e7cf94a4c9c23973de9141ffa75c908f0db5628e26 0.00 MB 1 0
41,749 41,749 000000001174b13f27587c725c30033f2dccae2e3d5d6eb68797ca1b18af36f5 0.00 MB 1 0
41,748 41,748 00000000186d36e3e5777c655b2664cec8994349c8d7ec225eea8e32939c3702 0.00 MB 1 0
41,747 41,747 00000000236cb0e926e0540f11f624c4c427c3ab8d6ccf07e008eb57937597f5 0.00 MB 1 0
41,746 41,746 00000000633f96942069fb41260a899dce26b4ec8b249a3dbce13db937fbc0b0 0.00 MB 1 0
41,745 41,745 0000000000371a894832eb0fe676183d935d0301444dc9b0685a15e8e8906191 0.00 MB 1 0
41,744 41,744 000000004d1d92fc82f76f6af0c6cfb17cf2c678ea1ca501f4a78d0843c87856 0.00 MB 1 0
41,743 41,743 000000002fe2186e935b67571859440cc346faba184d85a9d1c28ff233e3ca3f 0.00 MB 1 0
41,742 41,742 000000004db4a1dd63e4ffcd36e5352faff445f184216fd6666828517c4d1b41 0.00 MB 1 0
41,741 41,741 000000006352b2dcc349adc2dfd7196b383f36f4d6a953a66f24a6368239b493 0.01 MB 2 0
41,740 41,740 00000000612589852107a6759c79f51bbcb1ef2fee15237719f4c07348a0aedd 0.00 MB 1 0
41,739 41,739 000000001c85904c19d2f87040145d5c568b5bf939c4243daa3f5f1dc557a7a8 0.00 MB 1 0
41,738 41,738 0000000042b4b669a302b9fbf9ad7e590b0c211c38c9083677044da1a9a8d925 0.00 MB 1 0
41,737 41,737 00000000070c0c7e5ec33ec5f776a6ae5c15f1cb2f6ce543c9d3e0fb9c2648c9 0.00 MB 1 0
41,736 41,736 0000000058a5c7fc0bf997b6b8a261b95a82e76216b837a7fe6f445ad63bb1fd 0.00 MB 1 0
41,735 41,735 000000005a8fdb172999356edfc15278c61816bf959cac0302568c436b0bd431 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.96 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,493.36 GB sent, 133.31 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.