Loading Tool

Explorer IconExplorer

Memory Pool

47,182 transactions
27.93 vMB
0.13068413 BTC
Random Selection Loading Transactions
Max Size: 146.55/200 MB

Candidate Block

Mining Attempt e5d4eb3c131e88879e68259cea28380f166deb9d325d5e2ae6305d4b4db74953
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root f4f4d0ec8f2d13155049627cc57fd2f16150fd45684b0be9f69caf0cb0f8492f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,600
Size: 1.00 vMB
Total Fees: 0.05873923 BTC
Feerates: 151.01 > 5.89 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (367,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,439 547,439 00000000000000000006ac4568a08b9bd7e416e376d904105dfd21f9805bb74d 2,733 1.00/1.00 vMB 23
547,438 547,438 00000000000000000011ba4bad12b411040dc084408a86669c0d7400bd773e43 3,124 1.00/1.00 vMB 16
547,437 547,437 0000000000000000000d0e6b03fc36d081bdd510a6eceec6b0c4e5b3b11a6535 2,985 1.00/1.00 vMB 4
547,436 547,436 00000000000000000013c7111475e2f423a0fc0cfdb2803efde25ced2f70c683 2,522 1.00/1.00 vMB 14
547,435 547,435 000000000000000000124d5d861c94f79db82f70afd4ece6222cff938fd6ec15 1,860 1.00/1.00 vMB 13
547,434 547,434 00000000000000000024f55192a6cd2c4c0a61035edcf1b37cfdbb973d78f0c7 779 0.46/1.00 vMB 4
547,433 547,433 00000000000000000001566bc545c798f39647580a203c586a1f1e07874f2319 1,592 1.00/1.00 vMB 14
547,432 547,432 000000000000000000028a1d4718c858c056c451189eefb1b4d57977ad2b1249 2,727 1.00/1.00 vMB 16
547,431 547,431 000000000000000000170f45dd5586a047201e6ad625740ad1c0cdf170fd6ab3 2,909 1.00/1.00 vMB 34
547,430 547,430 00000000000000000007ed04b2afa75daecdc52c98c3267f817db36cbd570fcc 2,797 1.00/1.00 vMB 26
547,429 547,429 00000000000000000019d2931ea5371a0a43d9996bca8ab207c8d94025208dae 2,729 1.00/1.00 vMB 9
547,428 547,428 0000000000000000000aae2ff3cd911f4d149683e6f5f1d532675d7d5ca9524c 3,011 1.00/1.00 vMB 26
547,427 547,427 0000000000000000000b2b9d0a8fa6a2e448936497af8636a5faf4e594c9b23c 2,619 1.00/1.00 vMB 24
547,426 547,426 0000000000000000002075acc8ae639d230eccbc85f40570b1bc99942553e016 1,132 1.00/1.00 vMB 8
547,425 547,425 00000000000000000001a2ab80c13c377e09603de80d24c8741c812666bb72df 2,042 1.00/1.00 vMB 7
547,424 547,424 0000000000000000000a3403fb54d4410050c59e81b1df573ee2b1b2830f04b4 2,332 1.00/1.00 vMB 16
547,423 547,423 0000000000000000001318b90a7fb7ad59ff7f009adab84a3a766b173450b33e 2,714 1.00/1.00 vMB 15
547,422 547,422 0000000000000000000a49dcfeacfab07c7efceaab0403b76d3f620ce0ad1423 2,519 1.00/1.00 vMB 8
547,421 547,421 000000000000000000225d3bed037bf540727946a43f9dca33ae0db0fe6e15a6 1,956 1.00/1.00 vMB 10
547,420 547,420 0000000000000000001d9ec1d9effc90715157c43cf4b9e83d65f965c8080283 2,960 1.00/1.00 vMB 22
547,419 547,419 0000000000000000001cfac9bdbe3c2fad8369f2caef252fd9abc3233dd78abd 2,206 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.