Loading Tool

Explorer IconExplorer

Memory Pool

79,020 transactions
29.51 vMB
0.07210766 BTC
Random Selection Loading Transactions
Max Size: 181.10/200 MB

Candidate Block

Mining Attempt 0bea28d90612529dc50f5bee05e37d6d620d429c32b1b1d5da98f29548eeaf7a
Version 20000000
Previous Block 00000000000000000000b8512a4a412ea21c7db33beda8db53df37174c1d8456
Merkle Root 5cc1066009f4dc28d6fa97360ab1947bc35bb034dc18a6a3fc6f534583982caf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,899
Size: 1.00 vMB
Total Fees: 0.00713957 BTC
Feerates: 151.16 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,235 (245,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,716 669,716 0000000000000000000404c16691ec7263ef237be7ce51e852c1e2b06b55f95d 2,517 1.00/1.00 vMB 71
669,715 669,715 0000000000000000000b1810501ba1f4adaaf5e3ce0c22851d64d5688774d84b 2,164 1.00/1.00 vMB 80
669,714 669,714 00000000000000000009b54abde5ec8ed890c9eeddc1193254416854760be394 504 1.00/1.00 vMB 67
669,713 669,713 00000000000000000009cc4c99e537d1fd424b8ba320b42d060e2e4f878b7301 2,068 1.00/1.00 vMB 80
669,712 669,712 0000000000000000000387359d803a89b2550e6ba1fcd5c6e26207167c68035e 2,653 1.00/1.00 vMB 103
669,711 669,711 00000000000000000002979404fb92dc1a58069f7a5c72f4b0a4f5261030cc77 2,321 1.00/1.00 vMB 79
669,710 669,710 00000000000000000005d3dc62561e4d51ffe21e459f57e08a535fbdbc21c9ea 2,423 1.00/1.00 vMB 80
669,709 669,709 00000000000000000003f4d6599550016f2b2fc3d34d16d9379c015f90199d7a 2,625 1.00/1.00 vMB 84
669,708 669,708 0000000000000000000048cfe8a2607e5eb0d54a653e827f90dc22369d0489ed 2,786 1.00/1.00 vMB 114
669,707 669,707 00000000000000000009cf1b219efe88e23014808b2714fd2e185eb240397948 616 1.00/1.00 vMB 79
669,706 669,706 0000000000000000000669d45b06b363b73934c0722fb60163cdb66ccedcfc99 2,394 1.00/1.00 vMB 104
669,705 669,705 00000000000000000009369a02cd2ca038d8a3fb94398b6648fda8ddc3e4e24c 1,526 1.00/1.00 vMB 94
669,704 669,704 000000000000000000059cf0b1130d736e9cf244cd90ce915be3090337282c8e 2,344 1.00/1.00 vMB 73
669,703 669,703 00000000000000000000a3158b6754bac75979f9e1feff84a09e504a9cb6a7d1 2,686 1.00/1.00 vMB 80
669,702 669,702 0000000000000000000a1c8d354b9b9a0039d8686be506b1657607cf75700c85 2,579 1.00/1.00 vMB 111
669,701 669,701 0000000000000000000a218f28826fe3f931e3e47c6e954bdd98118aa8251b33 2,283 1.00/1.00 vMB 95
669,700 669,700 0000000000000000000b4c1c805cfeb2cee6e0ba20309a21eef37bbe26fc758d 1,925 1.00/1.00 vMB 85
669,699 669,699 00000000000000000003c191497dccfabe34488e750fa45daa2e901ef9a38b96 2,128 1.00/1.00 vMB 112
669,698 669,698 00000000000000000004fba5a6d0c63ecc71a6a935544b434b371e4cc0c5628e 2,320 1.00/1.00 vMB 101
669,697 669,697 000000000000000000048269949ec494e6dc0770e7004f5d630a5bd3ba66f1bc 3,004 1.00/1.00 vMB 130
669,696 669,696 0000000000000000000938d7771630692f9baebbbe67ca2ae8c97928585f3c9e 3,071 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.80 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.96 GB
    • Received: 17.01 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.