Loading Tool

Explorer IconExplorer

Memory Pool

79,708 transactions
29.70 vMB
0.07974907 BTC
Random Selection Loading Transactions
Max Size: 178.44/200 MB

Candidate Block

Mining Attempt acec5bfc81946436c6f24f07cbeda27c6cce1fb28fbf2caf6e7cf84bda842ab3
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 8a3a0159881592a0c210426b80459b7ca5aca0f2ab74a45e4aa1fb2433eccde7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,303
Size: 1.00 vMB
Total Fees: 0.01931025 BTC
Feerates: 502.65 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (458,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,623 456,623 000000000000000001ce17235aa599d8e4895053cb758cb3e71e684e59cdcaac 2,901 1.00/1.00 vMB 290
456,622 456,622 000000000000000000262176f44a7ac9364b9b6d05382f2e2f7f6dee074298e9 1,820 1.00/1.00 vMB 105
456,621 456,621 000000000000000001f445d3e53e37c2cfa9865e17bf00cfda121999db19eb3a 1,633 1.00/1.00 vMB 83
456,620 456,620 0000000000000000021b408413ab33bef5cae238f7cf68cdad705afadbdc9a71 2,190 1.00/1.00 vMB 141
456,619 456,619 00000000000000000205573d4bd46c0e63168b1756d29d8dedae64e314641dfd 2,867 1.00/1.00 vMB 266
456,618 456,618 000000000000000000ea3318874c410f17ec11b4ee0061fd610d0ecf8037fa83 2,017 1.00/1.00 vMB 178
456,617 456,617 0000000000000000016d67ef63f2d0181a8321c5d5e5f0e34d3cf3796676e6b0 2,176 1.00/1.00 vMB 188
456,616 456,616 00000000000000000031d188db7d4b63053ba6eb8a39135dc05f88db65a8c0ca 2,318 1.00/1.00 vMB 184
456,615 456,615 00000000000000000034380110dfcb4b1a4c16a3a22e566140471c89782b1969 1,125 1.00/1.00 vMB 68
456,614 456,614 0000000000000000014f5f9bfee5cc676a0ba98f1e92b7ba84b27562bfc99f12 2,173 1.00/1.00 vMB 189
456,613 456,613 00000000000000000247099a39ff2fe432af44cf5b7c1adf42119503162ec5e1 2,158 1.00/1.00 vMB 173
456,612 456,612 00000000000000000165f3caa233aaebd60b8bdfedd78b0014c11f953b66c213 2,496 1.00/1.00 vMB 147
456,611 456,611 00000000000000000163791097f8a57d89825701c29daba51f13266a7c799e13 2,567 1.00/1.00 vMB 201
456,610 456,610 000000000000000000771e0532568d5f89d96638bc1a99f6b57312f9825a28fd 2,550 1.00/1.00 vMB 227
456,609 456,609 000000000000000000b30caac7136a3eeca50816af45151b341a244e80b43b19 1,894 1.00/1.00 vMB 101
456,608 456,608 0000000000000000006175accfbc673b2220a462b33351948b9db2bd4fb1090a 2,452 1.00/1.00 vMB 188
456,607 456,607 000000000000000000f895dead8199e8f03066d9c123dc05c11d16fc12c1958d 2,309 1.00/1.00 vMB 148
456,606 456,606 0000000000000000011a96aa721ebe44868b62ad56ed85365952272018cb9383 2,107 1.00/1.00 vMB 209
456,605 456,605 000000000000000001ad3d36e7fc3a9bebf5d7aac4a339bd006cc639145e45d5 2,244 1.00/1.00 vMB 308
456,604 456,604 00000000000000000148a1b6652af72c3e6a002e9e93684cf6d35b92fe8f3c07 2,063 0.92/1.00 vMB 190
456,603 456,603 00000000000000000241d860e2847047df63fc918f184ea6c28abdc34a550fa8 1,589 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.