Loading Tool

Explorer IconExplorer

Memory Pool

87,013 transactions
32.57 vMB
0.14989633 BTC
Random Selection Loading Transactions
Max Size: 198.85/200 MB

Candidate Block

Mining Attempt 444e23ace0fa5ad5f48201d5c6af821ecda13f9877414c6dbfd4d81ea16c62bc
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 4293bba717a65b829092696dc8cddc0d2f6fe1e6c0f1d0c224e63c8accd8010f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.05704413 BTC
Feerates: 301.60 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (357,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,726 557,726 0000000000000000000c62df1c2f8198917d439f7786d8a98dab1e936ffac519 2,095 1.00/1.00 vMB 8
557,725 557,725 0000000000000000001e2d58c810e1b128698026803d4efabb606bfc93c1480b 1,280 1.00/1.00 vMB 15
557,724 557,724 00000000000000000011da86b2f65437c49d45b1bc4d3a42e668a850d92ae174 1,978 1.00/1.00 vMB 14
557,723 557,723 0000000000000000001cd96ece213de8b96d10450706069b137658dd02b9c961 2,753 1.00/1.00 vMB 45
557,722 557,722 0000000000000000000718af176956eb65e93bba63da8eef24c7e7d37d9cec52 2,740 1.00/1.00 vMB 17
557,721 557,721 0000000000000000000a87377c7f45066e9b01602155a49afd958bcbfb1e193b 2,842 1.00/1.00 vMB 26
557,720 557,720 0000000000000000001f3d1dfcc1beadf4c63ad5e777f2e523d0abaa8664380b 1,714 0.66/1.00 vMB 14
557,719 557,719 00000000000000000028a8b3aec764ec310ce2d3860eb8ffc75ebb0a3a902b24 1,716 0.61/1.00 vMB 15
557,718 557,718 00000000000000000010459ffba529ea4349c92e500e4c7d8df8ba20491ae644 271 0.24/1.00 vMB 7
557,717 557,717 0000000000000000002cda78ed6dad1201a383a91e2c931dc4ca3d149c619696 1,429 0.46/1.00 vMB 14
557,716 557,716 0000000000000000001b94bf21d3c240f682d488ba3566e3b64e416d20c9a7ff 2,721 0.89/1.00 vMB 16
557,715 557,715 0000000000000000002ce0069003fa746c1d528ac8adaf6cad82463b659ae760 820 0.28/1.00 vMB 14
557,714 557,714 0000000000000000000d341e09b25a337776a80282c924bb753e323b361852b5 2,666 1.00/1.00 vMB 12
557,713 557,713 000000000000000000245273dccbfed73cf67018025d71bcf67b199b6c1828c9 2,149 1.00/1.00 vMB 13
557,712 557,712 000000000000000000056de096309a08fdb29af377d4b47736ad2b0fa1dfbf20 2,845 1.00/1.00 vMB 10
557,711 557,711 000000000000000000047e14e30e9b7868c2985a89e1f347002cf318a6fbd440 3,222 1.00/1.00 vMB 27
557,710 557,710 00000000000000000017febb0e0143d1b1d8d6915cbdd5b5bcdff03fa8ca5bf2 826 0.32/1.00 vMB 15
557,709 557,709 000000000000000000316c702f9356567781587ab831e7693d0b9b3caaaedc27 710 0.22/1.00 vMB 14
557,708 557,708 0000000000000000000a278b6bd9e5709fd54f23b0519a3e41c08f6b1da28ec5 1,380 0.43/1.00 vMB 13
557,707 557,707 000000000000000000053eb952685f2ffed0feee579aa1ccf24fe0f7b72f9993 2,571 0.84/1.00 vMB 11
557,706 557,706 0000000000000000000b7fa81c0c9877550fbba2d493724fbedff135c2767cb0 3,392 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.