Loading Tool

Explorer IconExplorer

Memory Pool

77,334 transactions
28.98 vMB
0.08416310 BTC
Random Selection Loading Transactions
Max Size: 174.86/200 MB

Candidate Block

Mining Attempt 1af54d05fcac6684d198a0da191aab7e6a1b62a45a3e5a7b84174865e7435b50
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root b77f97c2c5dfaf49babace650b1b3558d44c2effbb54c9919f097ba3b65c92b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.02374105 BTC
Feerates: 103.00 > 2.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (297,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,129 618,129 0000000000000000000f18d3bde3eb0dcd7c9c16ecf26647eb5dba7d4e51cfca 2,825 1.00/1.00 vMB 18
618,128 618,128 000000000000000000118906f8657dca33e6c83c02d97d7c1dbb0a726fe4eafa 3,165 1.00/1.00 vMB 37
618,127 618,127 00000000000000000006392d4174fce467ec9f13a99983b72b5ce8231dd44ba8 2,949 1.00/1.00 vMB 21
618,126 618,126 0000000000000000000fc928dbefc1cc2f876c5faada04a549cda825fecfd40b 2,589 1.00/1.00 vMB 20
618,125 618,125 00000000000000000005c44399dbee8201c602915b2c3da4a6c4f4ec36b7ea09 2,355 1.00/1.00 vMB 6
618,124 618,124 00000000000000000002c82599bf31d809be63935d94cb388aeb2c5e27e736a0 2,887 1.00/1.00 vMB 11
618,123 618,123 0000000000000000000ec66126b070e0ec706156ecc96775b742999430d94fe6 2,754 1.00/1.00 vMB 11
618,122 618,122 0000000000000000000436ba6ad3c0b6e6097ba576695f36c3839375b7788f1b 2,195 1.00/1.00 vMB 21
618,121 618,121 000000000000000000099c7eb2d676b07c20aea554e7f5b9318cbdbfde41f8a4 3,275 1.00/1.00 vMB 37
618,120 618,120 000000000000000000067fd668d1233a0b07d101b822d52a766b62dfbbab6afd 3,245 1.00/1.00 vMB 29
618,119 618,119 00000000000000000002d715cf6d2ef0076b24209cd00e5f3d07c416df7182b9 3,171 1.00/1.00 vMB 26
618,118 618,118 0000000000000000000efb1612e191d157ad42210e949d55c7e12c2c4958c01d 3,116 1.00/1.00 vMB 26
618,117 618,117 00000000000000000003e3d56c88b22a151c73c7ff9e5f75d90be9653ecf7b64 2,913 1.00/1.00 vMB 27
618,116 618,116 0000000000000000000c97398f2f14654cecef4da83941fd2684e04f8df92c4c 1,945 1.00/1.00 vMB 13
618,115 618,115 00000000000000000006b38e52db14a3f40bb0f81e9faa3688ae1775ab98f8b2 2,531 1.00/1.00 vMB 18
618,114 618,114 000000000000000000064202f11de2aae308504859679f2602432199afefb63b 2,990 1.00/1.00 vMB 18
618,113 618,113 0000000000000000000ca2f5048935c065abc19140dec22ca2691ee25296d09e 2,918 1.00/1.00 vMB 24
618,112 618,112 0000000000000000000cbb1c9f3768c78c78f37dfa13b29d3f6718987e585f96 2,766 1.00/1.00 vMB 41
618,111 618,111 00000000000000000008109e1f532e11b4d0fba31d285b09fcb8730ff0d227dc 2,752 1.00/1.00 vMB 23
618,110 618,110 0000000000000000000236c2026abe871f544d74e0cbe41d31887a057b12717f 3,023 1.00/1.00 vMB 31
618,109 618,109 0000000000000000000150b548a7b15fc375ceb6070f9a98b35be5846b899296 2,577 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.