Loading Tool

Explorer IconExplorer

Memory Pool

27,384 transactions
27.23 vMB
0.10654766 BTC
Random Selection Loading Transactions
Max Size: 131.20/200 MB

Candidate Block

Mining Attempt 86543645530869b847d655d990762319e026ccc0d8ad41cecbdb2fba001b7ca5
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root 8105b2a73764adda5064059403c13eaf798a60a82528adbe1a32283783968738
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,251
Size: 1.00 vMB
Total Fees: 0.05513391 BTC
Feerates: 150.79 > 5.53 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (793,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,623 120,623 0000000000005b1efe2aeb2220265ded3ed45cc78d392aa9f09d08eef26cc52c 8 0.00/1.00 vMB 840
120,622 120,622 000000000000a6efe578ea2239996274dc2eb01f1f3676d1c183e58cf5adc826 11 0.00/1.00 vMB 909
120,621 120,621 00000000000083c5b166418142f732bf5669cc2458427adf48e16b6cf61f84cb 31 0.02/1.00 vMB 45
120,620 120,620 00000000000081bdb5895c4a275eba0946670b1083fe9eb042e070306bba69ec 12 0.00/1.00 vMB 0
120,619 120,619 00000000000098c70abe88e8c375072e7b127cbd7c8aa479db7d5b8c04a2cff2 10 0.00/1.00 vMB 357
120,618 120,618 00000000000089e28bc9194f7fd90b7bd3c072a5251fbe749489ca9f19145603 10 0.00/1.00 vMB 353
120,617 120,617 000000000000517ceb397c0fcf4cd278715b13259e40fb96e16f6f3fe2539208 12 0.00/1.00 vMB 302
120,616 120,616 000000000000b4275a1d180e6cbcd82146b21375cb891dba7bf8ba1a3d2be9eb 7 0.01/1.00 vMB 184
120,615 120,615 0000000000009623fb210f913d5ca24efd7a49c8271acc8240b8b2e8dc8b16af 7 0.00/1.00 vMB 1,086
120,614 120,614 000000000000192c4a878fa461faef49fad2dff68b46e4acf4e0f0e459f9ffe5 8 0.00/1.00 vMB 943
120,613 120,613 0000000000002d5f412318a92491012905d8df157e1e8ae2e2eb67ebf11cb6a4 6 0.00/1.00 vMB 550
120,612 120,612 00000000000053d6c73a10e0073852525a3fe455ea7f288d543852555f77b2ef 7 0.00/1.00 vMB 0
120,611 120,611 000000000000563008055ef5c0b1a9a2ca5d1c0ba879cebfeec4b7920917e262 11 0.00/1.00 vMB 638
120,610 120,610 00000000000092b0e7e303c4cbf4bc54199d9fb0bd05509f095709a685db162e 12 0.00/1.00 vMB 0
120,609 120,609 0000000000002a5ff2b16cfab17189e6d54dfa7bdb1d28b39339f5dc150e45f9 23 0.01/1.00 vMB 334
120,608 120,608 000000000000143b198b9e6a3c09b4e2ad0e7179d5ca0a691f1243e9a7e1aeb9 8 0.00/1.00 vMB 495
120,607 120,607 00000000000071d1d673117558f94a17586d18e4211b38a4f5844fda02be470f 38 0.02/1.00 vMB 912
120,606 120,606 0000000000000154628475a2a0c22eb0a412161b213d45e8441a196992a0aff9 2 0.00/1.00 vMB 3,875
120,605 120,605 0000000000007f9f2f2ab0dda11f7c106b000c1228160bd73bc43149359803a9 21 0.01/1.00 vMB 541
120,604 120,604 0000000000004be100ce294964bf4c3f58120723aeb95b11eb152e0a9bc2b9c3 11 0.00/1.00 vMB 1,029
120,603 120,603 00000000000020258a6e27fc6be7f1cdbe1ebba9a7f534f24d882effaadb8038 19 0.01/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 781.50 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: 612.05 GB
    • Received: 10.95 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.