Loading Tool

Explorer IconExplorer

Memory Pool

39,386 transactions
26.16 vMB
0.05229248 BTC
Random Selection Loading Transactions
Max Size: 136.27/200 MB

Candidate Block

Mining Attempt e9fa0cb7211c4a118f4905201c7e9cfd6f2d0e7d826449965aeb77d2a9a11bef
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 25ab5b8a71c93134570372a105f8d93edf2785cf50055fc6fbf0b2bf7316ef75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.00441929 BTC
Feerates: 100.00 > 0.44 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (112,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,758 802,758 00000000000000000001dceefbd2e51edada452db87a64cbd8cbfefad99a2469 1,019 1.00/1.00 vMB 11
802,757 802,757 000000000000000000025bf2e3d0044e97f6ac2f0ca9a056a628996971547fda 4,880 1.00/1.00 vMB 6
802,756 802,756 00000000000000000003a0f04a943daf583104d8c31dfe34d1fd43eecb78dbd0 4,853 1.00/1.00 vMB 6
802,755 802,755 0000000000000000000484b911c9a2c7e006c651502a46f4eed5bf91306853bb 5,041 1.00/1.00 vMB 8
802,754 802,754 0000000000000000000378fca529bafd2bba03bbcae8e176a8b5ef42a7d3b114 1,581 1.00/1.00 vMB 8
802,753 802,753 00000000000000000005459da10e033400584f0fd8d08e3c336e234b8272f079 2,692 1.00/1.00 vMB 20
802,752 802,752 00000000000000000002fa7a1d1ba543d3dd8cc1fe853384d6ce289e6fc84818 3,198 1.00/1.00 vMB 10
802,751 802,751 000000000000000000010286f8177c5e132969cea4fd2149834057fe0a9902a3 6,555 1.00/1.00 vMB 8
802,750 802,750 000000000000000000044f7c886706a6baa55177e9790ac1f1d2336e197e76a6 6,015 1.00/1.00 vMB 6
802,749 802,749 00000000000000000003ed19cad1efdf1aa9ffe0cae65c7d94411d14ad765735 4,704 1.00/1.00 vMB 8
802,748 802,748 00000000000000000001fa4bead3fa8ba676067dec812d99a659378309f040fb 2,746 1.00/1.00 vMB 12
802,747 802,747 00000000000000000002a4042847e03e89f5926e35f48e40c26d7b2dc920f8b4 2,915 1.00/1.00 vMB 19
802,746 802,746 00000000000000000004d0f178ce74f0d7159b7b8f9d2133559a68cd052f907e 2,584 1.00/1.00 vMB 9
802,745 802,745 0000000000000000000496182d708453e4c836405046fb869d4c31479eadfcbb 2,353 1.00/1.00 vMB 13
802,744 802,744 000000000000000000052d504f4bebd2441e0afaaaa57ada5f1e098aa6a60c8c 3,110 1.00/1.00 vMB 18
802,743 802,743 0000000000000000000287f16494ceb804adc20c2aa7f3a5f78cdfd646b7a87a 774 1.00/1.00 vMB 9
802,742 802,742 00000000000000000003e12c0aed5cfb4eda7fd7ae3d1d06311a6ad0821893af 4,273 1.00/1.00 vMB 8
802,741 802,741 0000000000000000000448484c8e0fcf52e834989198768540d86f957e8f0b55 5,825 1.00/1.00 vMB 7
802,740 802,740 0000000000000000000290ee101fb589bbf17b2e80ea56917dd01925527e90ab 2,797 1.00/1.00 vMB 7
802,739 802,739 00000000000000000003cf04acb57054577bbeed9040f35fd56aaa6fe2e1a964 2,004 1.00/1.00 vMB 11
802,738 802,738 00000000000000000000ee673fbfc3bcc693e419c4aba5cd20cdbcf077526907 661 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 650.29 GB
    • Received: 13.26 GB
  • Uptime:

Notes

  • 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.