Loading Tool

Explorer IconExplorer

Memory Pool

72,400 transactions
27.95 vMB
0.06476787 BTC
Random Selection Loading Transactions
Max Size: 165.68/200 MB

Candidate Block

Mining Attempt fd3efd0239b2c92db5af4d6865afb0b2b30402e3f8b3ac4d69b89fa562f355fa
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root edd1bdabdb70e2441a6522abaf696021a01b21c13a9d898cbeb3347d6d5a71f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,190
Size: 1.00 vMB
Total Fees: 0.00903011 BTC
Feerates: 40.21 > 0.90 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (264,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,035 650,035 0000000000000000000b345ccd2440f834051039d3a8ddf7d3e78aa81368de6d 1,625 1.00/1.00 vMB 4
650,034 650,034 0000000000000000000640402a92bb113c2a98bbe6bc2d2f72f80abbff06161c 2,254 1.00/1.00 vMB 56
650,033 650,033 0000000000000000000210195f6b0e1d30cbeed7fb3c46adfb3bc4a1d18deb2a 1,658 1.00/1.00 vMB 24
650,032 650,032 0000000000000000000b3147ea76511b103295dcd01c7a223aa30c1c0fa489a1 2,345 1.00/1.00 vMB 44
650,031 650,031 000000000000000000061a9f5ddf88e2032bef7d3178118e405ee27bfab403a7 2,144 1.00/1.00 vMB 25
650,030 650,030 000000000000000000042393e48867da6c5c653c994408de3e241207916f32b3 2,119 1.00/1.00 vMB 23
650,029 650,029 000000000000000000003921cd30a50f05db53460bac56cb4dcc88b42d246371 2,951 1.00/1.00 vMB 63
650,028 650,028 0000000000000000000494bbbed222ac1e3e1198838ecfd3c8eb35a9a9ae42ed 1,905 1.00/1.00 vMB 36
650,027 650,027 00000000000000000008f6001c55bd441d84bfc072742df833c7ec7dac3229ec 1,263 1.00/1.00 vMB 12
650,026 650,026 0000000000000000000919bd11c3d090e1c3f3a7a8f6d551ba50f100e18494ed 1 0.00/1.00 vMB 0
650,025 650,025 00000000000000000007e963246e022c20627e3a52db22b15789cfd8af97f510 1,938 1.00/1.00 vMB 36
650,024 650,024 00000000000000000000bddf816cb74d4ccbda932334ea55cd28a7ebad6efcef 2,430 1.00/1.00 vMB 13
650,023 650,023 000000000000000000050705d1863794f97fc2171ab3dbffdf4e638d6c517432 1,313 1.00/1.00 vMB 8
650,022 650,022 0000000000000000000109fa43ca3003e658e9f1091f1f63b68a9f521da4b151 1,013 1.00/1.00 vMB 21
650,021 650,021 0000000000000000000124f6359e89e23be072cc5321c9eeb20b523dc6acac90 2,686 1.00/1.00 vMB 50
650,020 650,020 0000000000000000000d854e30444423e9eb9b214d1b1950fb7bea62bb724a78 2,978 1.00/1.00 vMB 75
650,019 650,019 00000000000000000006f06a1fe8e218e6c1419d7bc7d37a6a002da3429f141d 1,473 1.00/1.00 vMB 40
650,018 650,018 00000000000000000006c44bcd4776c47f9b358c5b3c72369c63c1de5f078151 1,717 1.00/1.00 vMB 32
650,017 650,017 0000000000000000000087e94361bb1ba59717317ac246d92043b4bd84c2bd96 1,607 1.00/1.00 vMB 67
650,016 650,016 000000000000000000037549b6e3acd5b918ed86b4d491bc1df3e89d9a7f55c6 1,806 1.00/1.00 vMB 30
650,015 650,015 0000000000000000000b354bab43eb0314fcea360a780f392d9f5b85a7ba7c90 2,919 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.45 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: 666.99 GB
    • Received: 15.24 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.