Loading Tool

Explorer IconExplorer

Memory Pool

42,090 transactions
28.75 vMB
0.07286057 BTC
Random Selection Loading Transactions
Max Size: 146.91/200 MB

Candidate Block

Mining Attempt 8851dbd935ef25cbcfc4614cd1a87ebeeb0a9f73d380f3096f536e94df98cb71
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 29f65e231f58c6747c3b13b79e1a931806834df02164a8af7e99ce4e93e68655
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.01702230 BTC
Feerates: 104.56 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (519,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,028 395,028 000000000000000005a0d1b8d75b500fbd3fd5b9404e484e9af76da63267aa02 1,548 0.73/1.00 vMB 38
395,027 395,027 00000000000000000928dbdd6975f68bdfa60adbfb55ca6c41ea08edde9f3c28 1,339 1.00/1.00 vMB 38
395,026 395,026 000000000000000002d8c4d2a45221009968ab91e06a37e15a95dd8dc1f86b45 1,023 0.95/1.00 vMB 24
395,025 395,025 00000000000000000442a155e83a9b4b968bfe1e72ac13564a730773d2576f2a 1,269 1.00/1.00 vMB 20
395,024 395,024 000000000000000007390f189ff6acc537bdd92f5a1a052779c62070e6ef4a10 1,683 1.00/1.00 vMB 25
395,023 395,023 000000000000000008a40ac4085fc7305c977011fc33edb9b6c4785dece8593b 1,785 0.93/1.00 vMB 32
395,022 395,022 000000000000000000d1102fc913a0148a343dfe6e1a27de5e37780cc5ee91a3 2,812 0.93/1.00 vMB 63
395,021 395,021 00000000000000000168ae039c281928e1b009758379f0e9d03e385ab1a54128 1,685 0.75/1.00 vMB 30
395,020 395,020 000000000000000004794ffc464c618ab6d8e4457726d7cc894c548564cc8f72 2,875 1.00/1.00 vMB 61
395,019 395,019 00000000000000000717c7f105b333ad03eb70ab2d93e479660370b39a39e5b9 2,080 0.75/1.00 vMB 64
395,018 395,018 00000000000000000197ff7bf1339e264ec0e1d78da892bc0db8122df2a171fa 1,274 0.95/1.00 vMB 20
395,017 395,017 000000000000000007b7366f128662f0c9d8e3958aa1dc600687a0292e054e17 1,934 0.99/1.00 vMB 35
395,016 395,016 000000000000000005b27ac1a6f0355c7aaf353626f87a7413100ca69b6b2ad3 1,261 0.92/1.00 vMB 26
395,015 395,015 0000000000000000029ff3e81096077c5e128a36cf7b4d2711c826b01b496b3d 52 0.05/1.00 vMB 1
395,014 395,014 000000000000000001f344f1fad276720bed4ae9346a407413cbfa4b5d6d6742 1,250 0.95/1.00 vMB 27
395,013 395,013 0000000000000000054c4045821d72331b57b3cdd479a837f5cc51f26de8badd 889 0.93/1.00 vMB 19
395,012 395,012 0000000000000000045eb1a05a74cda724471fdc731c25a19a006493f88d47ab 1,653 1.00/1.00 vMB 31
395,011 395,011 000000000000000009af12a89f454b3701640c008eab1cf61a54973b5d007e34 1,495 1.00/1.00 vMB 22
395,010 395,010 00000000000000000989d0a13fd8db5c93c126342cf0cb98cc1175ba81a0d45d 1,498 0.93/1.00 vMB 35
395,009 395,009 0000000000000000075e9dde71a95b9be88515d8c21dd7b0f994132427c30aa5 2,606 0.95/1.00 vMB 74
395,008 395,008 000000000000000005d9693359a667dc7fbdc60632c103c33759b0370fd997be 1,809 0.93/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.03 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.