Loading Tool

Explorer IconExplorer

Memory Pool

84,682 transactions
31.62 vMB
0.10807267 BTC
Random Selection Loading Transactions
Max Size: 193.83/200 MB

Candidate Block

Mining Attempt 93605dcb0488d0ca51bd5d4478aec26cf6c4dc71584deb2d7b251b53930234a5
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 603f0cb785fa1d332a55fa90e76b65a382eb21a16fa4ad68ae0fcc9e1adbc62e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.03443417 BTC
Feerates: 301.57 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (245,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
669,695 669,695 0000000000000000000a9daa038f2e2937ea03c4b9c0f66241d4626c8a49fa1a 2,740 1.00/1.00 vMB 83
669,694 669,694 00000000000000000002664dd7f9dd0126191d7d8de9d32d4ac4a3b2fe2401e0 2,713 1.00/1.00 vMB 101
669,693 669,693 00000000000000000009371acf1b0f4a79b854962d2e1ddef818fd4a513ae251 2,569 1.00/1.00 vMB 122
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.59 GB
    • Received: 16.92 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.