Loading Tool

Explorer IconExplorer

Memory Pool

77,959 transactions
29.44 vMB
0.08934272 BTC
Random Selection Loading Transactions
Max Size: 179.65/200 MB

Candidate Block

Mining Attempt 7549d1b185f15119d022390e1d091be117a423d24f26b2a9e64c7cb3268c7dd2
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 5ca7d750b0ae53b32e6a01709c3dee693e74051c64a3423fa1061ee2effc4b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,824
Size: 1.00 vMB
Total Fees: 0.02470322 BTC
Feerates: 301.35 > 2.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (250,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,456 664,456 0000000000000000000949587fd1ab1196bd5bb6ee24488b4d0a6c98cdc12dbf 2,610 1.00/1.00 vMB 63
664,455 664,455 00000000000000000005cf741f003e424eeff09ce53daffee3d6fbc150c3b467 1,948 1.00/1.00 vMB 44
664,454 664,454 0000000000000000000d0135612a65adb4f5bc7f9993cb9ee03e4febaa39646f 2,218 1.00/1.00 vMB 84
664,453 664,453 0000000000000000000d957524ae7b759671bed6bfe2cc23f8107dab47018834 2,124 1.00/1.00 vMB 59
664,452 664,452 0000000000000000000a0b95fc593c6a1ea3422271b8eec3fb7ef22bc0d882ad 2,791 1.00/1.00 vMB 80
664,451 664,451 0000000000000000000152f4ceeaea2e4bc4f82da4ea3c340e49788c75294b15 2,559 1.00/1.00 vMB 73
664,450 664,450 00000000000000000004c02525f57317f73a0b1b85b2b2162145af2915578947 827 1.00/1.00 vMB 57
664,449 664,449 0000000000000000000076f5f80d8d4ffa94e38cbe18fc8ce192cfe776ebc36f 2,697 1.00/1.00 vMB 83
664,448 664,448 000000000000000000035f82b59878ad3b06c7af30bf854ec747e428bc17294b 2,503 1.00/1.00 vMB 81
664,447 664,447 0000000000000000000cfbf02829d0310e93c75e1569657cb9e8ddd44ed50fff 1,893 1.00/1.00 vMB 39
664,446 664,446 000000000000000000079a78f01df9479f0f8b0775ac16c008aa65c2061e37da 1,531 1.00/1.00 vMB 14
664,445 664,445 00000000000000000006b9c7dc2119e8112e8ec70e3a9e6f8610ea99923b594a 2,138 1.00/1.00 vMB 13
664,444 664,444 0000000000000000000cf143e12c960e68ee549269e4943650a363409f314ad3 2,400 1.00/1.00 vMB 51
664,443 664,443 00000000000000000001d1242d50ae61dec9636550f3ff46eaec227cd8f5a471 2,409 1.00/1.00 vMB 66
664,442 664,442 00000000000000000000f4552109297f81acfb0a6b458adee80bb26adb124185 3,028 1.00/1.00 vMB 89
664,441 664,441 0000000000000000000a5e6f9967e8a021e45cfaa57c5950214ceaaeda90444e 1,507 1.00/1.00 vMB 30
664,440 664,440 0000000000000000000621e0a2834fc05de9c5dcd123f5283b7550027af3a99f 1,768 1.00/1.00 vMB 14
664,439 664,439 0000000000000000000966f28f06fda52a0422c85f15705761371e4c57ed5914 1,692 1.00/1.00 vMB 39
664,438 664,438 0000000000000000000cc0aff0bf06f492a57756ab22f2154888a6aac9d0faf7 2,541 1.00/1.00 vMB 83
664,437 664,437 00000000000000000000d8d41c0ccda2170845df9505f2d9bd31c9415c9358a9 575 1.00/1.00 vMB 10
664,436 664,436 0000000000000000000bbf056cffe145f8c8f0af6e5c6bdcb892083b4eb6531f 779 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.