Loading Tool

Explorer IconExplorer

Memory Pool

41,521 transactions
28.19 vMB
0.08212687 BTC
Random Selection Loading Transactions
Max Size: 144.81/200 MB

Candidate Block

Mining Attempt b88ece0eb20d25e72ceae86634979b80d503e00a643df5f98b9f1a1a4fa0fe97
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root f4c99311ad06c8fcc54eaa4a19cb24d7b6e6eeec7c9ab4b8cbb297246377c354
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.02625729 BTC
Feerates: 200.00 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (438,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,805 475,805 00000000000000000039647f730d684463355731e9153d570a90c636df17b5b7 2,260 1.00/1.00 vMB 220
475,804 475,804 0000000000000000013bd6145fbba0e9a8b316cc05d75fa09aaf4fd392b83eb5 2,235 1.00/1.00 vMB 298
475,803 475,803 000000000000000000f20ea1e785f57f23e500722483d266fa98eb7479a9dff9 2,098 1.00/1.00 vMB 303
475,802 475,802 000000000000000000cea362673b94ab0dbdd88bda707647e0cab00f55c43d96 2,109 1.00/1.00 vMB 220
475,801 475,801 000000000000000000874f09c4269897855d7bf3cead8acd7d4a106a10a622a8 1,957 1.00/1.00 vMB 222
475,800 475,800 00000000000000000048affc40922ddec854247f2873f01e8971853a1f85d682 1,969 1.00/1.00 vMB 213
475,799 475,799 00000000000000000036689b49c1563c87ef2a5d51f9bb36ddeb2527e91af9e1 1,910 1.00/1.00 vMB 221
475,798 475,798 0000000000000000005b4788d757fac8659757a3989892ccb0724f628abb1515 2,024 1.00/1.00 vMB 235
475,797 475,797 00000000000000000071ecf58e94edbbb1b196a6967e82da2b0f8ba95873ecf6 2,384 1.00/1.00 vMB 306
475,796 475,796 00000000000000000114d9afbd67643bccb83aaeadc747ab40f046f745e4b9fc 1,800 1.00/1.00 vMB 189
475,795 475,795 000000000000000000a2288e3e9328f1ab86a6364ec4d82ef573956e2a394223 2,056 1.00/1.00 vMB 248
475,794 475,794 0000000000000000011bbed5364b30e3699cab550175dc05c676963f31f357c3 1,894 1.00/1.00 vMB 128
475,793 475,793 000000000000000000811101ccf7457b7be2c3ccd9751b7ffaeb81170ff4a0f8 1,706 1.00/1.00 vMB 230
475,792 475,792 0000000000000000015bba374bf05cf8a6699d1a1fc4b552e1eeff3cef8323e5 2,227 1.00/1.00 vMB 76
475,791 475,791 000000000000000000ae1a40aec00ac52c9879e19ee638a8ec6419eead195f7a 288 0.11/1.00 vMB 226
475,790 475,790 00000000000000000051970d966ebe691064164e8f4d27f6d9b867a7a3c052ed 1,832 1.00/1.00 vMB 103
475,789 475,789 0000000000000000015320a88bdc2fc3d217ee0121351a6b60ddaeda34c8de95 2,090 1.00/1.00 vMB 49
475,788 475,788 0000000000000000003c2901f9a8aadbec9d749616fcb3d2a1756e56773defc4 1,807 1.00/1.00 vMB 141
475,787 475,787 00000000000000000112ae0fffce17a43d5d2831183d9460b8a68b34a9910976 1,545 0.69/1.00 vMB 190
475,786 475,786 000000000000000000a58db866f853a84e0431e30479f0c0ce7f5f0cf50f9c59 1,879 1.00/1.00 vMB 53
475,785 475,785 000000000000000000cec812a90fd7f2bdf6b307a2827aee6d6c347885bd28fb 1,627 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.76 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: 632.43 GB
    • Received: 12.11 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.