Loading Tool

Explorer IconExplorer

Memory Pool

82,181 transactions
31.05 vMB
0.09824731 BTC
Random Selection Loading Transactions
Max Size: 189.13/200 MB

Candidate Block

Mining Attempt 822310271a9430d7b2390fc5cdad9a25a9341a9f26a63ba1cbe113b010ed9d98
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 40df73c1a007dfcf955ca3d36e29781d4eca198267da1e7caad2fc31dfdcdff3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,842
Size: 1.00 vMB
Total Fees: 0.02447794 BTC
Feerates: 301.57 > 2.45 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (4,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,112 911,112 000000000000000000017963f919a1cd745101b25e9159d555fb6827881021a4 4,099 1.00/1.00 vMB 0
911,111 911,111 00000000000000000000e0050113f60a441474fd8b0beccd1cf588538afebf9a 4,592 1.00/1.00 vMB 0
911,110 911,110 0000000000000000000164e6b8e2302fab7d5a7c43acb4de63d2ed17db3cc64b 4,569 1.00/1.00 vMB 1
911,109 911,109 00000000000000000000efe9958ecb8497fa810ba499d8df0bffb187f2011323 3,669 1.00/1.00 vMB 0
911,108 911,108 00000000000000000001d3e145c5e489618ba1ae9ef4bebb5d884495aaab49c4 3,938 1.00/1.00 vMB 4
911,107 911,107 000000000000000000020be2430c325fb9c0b032f3945e845dc768f245a5bf94 4,092 1.00/1.00 vMB 0
911,106 911,106 000000000000000000011fa16635bb3cee2979b751c9337ba5b02923c62a42c7 4,741 1.00/1.00 vMB 1
911,105 911,105 000000000000000000001d6e4d2ca36b6ae5c55940591096de1658a425fd4008 4,590 1.00/1.00 vMB 1
911,104 911,104 00000000000000000000052a3728363970e5ced2cebff9966e4d9318fe85c82f 1,791 0.57/1.00 vMB 2
911,103 911,103 000000000000000000008c9fde844950fcd708866b88af933693c57b32a37c22 3,324 1.00/1.00 vMB 0
911,102 911,102 00000000000000000001bd08dbef3a8c499180e582b591a49a390bad56a128ce 3,767 1.00/1.00 vMB 1
911,101 911,101 00000000000000000000708075a6f8136d9af8f13ace630fd24f4f5ba6b3178b 4,183 1.00/1.00 vMB 0
911,100 911,100 000000000000000000005d3ffd37dc7947b569b34b5ddbedac4546d2fb67daed 4,690 1.00/1.00 vMB 0
911,099 911,099 00000000000000000000e44f9c7fb84fd451d8e68cbfe391a9a2e82ef30cc03f 1,827 0.48/1.00 vMB 2
911,098 911,098 00000000000000000000747c4aa787f9bf1cc089b2fb01b164be66c11b2a08c8 4,544 1.00/1.00 vMB 1
911,097 911,097 0000000000000000000005dfe88efe6bece06d07c2f15457a10799864c5c7c07 3,596 1.00/1.00 vMB 2
911,096 911,096 00000000000000000000cda9dd2d0a65c411ae32590b0e81b43f2705066ffdbe 4,125 1.00/1.00 vMB 2
911,095 911,095 00000000000000000000e2cbf55589aa9e86b8b53afbfce933b28157aa2416ca 4,688 1.00/1.00 vMB 0
911,094 911,094 00000000000000000001c16ed5e0c3ae07a50588cdca9dade8c425739f51961f 3,877 1.00/1.00 vMB 1
911,093 911,093 0000000000000000000137a0fb0ed8215c1fd5b89e49b43a8060af01526f7484 3,935 1.00/1.00 vMB 1
911,092 911,092 00000000000000000000b7b2ff2a8ccd08224745d7efdc166e86de45c7757391 2,800 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.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.