Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
29.17 vMB
0.10957480 BTC
Random Selection Loading Transactions
Max Size: 176.63/200 MB

Candidate Block

Mining Attempt 528f9ef326174cf90eedcad2e7f599fe65a86ed6ba49d6df87346b9a3f2b6b69
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 9733dd990c52c96d553c5a540ba4e755cc187e80e166e2f7be28ea2a49951193
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,870
Size: 1.00 vMB
Total Fees: 0.03754729 BTC
Feerates: 198.58 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (250,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
664,435 664,435 0000000000000000000c1f7d39190e33f95a79d384272e5da8ed45782376c608 1,867 1.00/1.00 vMB 33
664,434 664,434 0000000000000000000903bd0fa3b51476a4a9eac0d6d1e0628652762fc888c6 2,114 1.00/1.00 vMB 39
664,433 664,433 0000000000000000000a2414bdc78348fa0b7b080394156ef2277fa3ba82e136 645 1.00/1.00 vMB 22
664,432 664,432 000000000000000000040004bb80a1afc256b5d99a3fe5a60b5996d351eae616 1,936 1.00/1.00 vMB 22
664,431 664,431 0000000000000000000eef9279934d5ee95b9dc2748e21ab0e171e4e5f7ec116 1,563 1.00/1.00 vMB 67
664,430 664,430 0000000000000000000c78489e670d3bd8743fa01dc22a4df6399415c99b1f7f 1,777 1.00/1.00 vMB 28
664,429 664,429 0000000000000000000ac86c64451b038fae5ee85fff32cd34324159b55a012a 825 1.00/1.00 vMB 66
664,428 664,428 00000000000000000008991633a2e4e381b4006064e672ce5218e9ba008f103a 2,405 1.00/1.00 vMB 84
664,427 664,427 00000000000000000003e55b26d7b92072d60052cefcdd9185ad6d2857a04041 1,435 1.00/1.00 vMB 17
664,426 664,426 00000000000000000008f2432b17c0004a0074d0d44429bd0368deb9667a979b 2,001 1.00/1.00 vMB 34
664,425 664,425 0000000000000000000cbf9c089e11c74fdc55eb3823c3f67e208dbb81dff877 2,211 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.86 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: 712.92 GB
    • Received: 17.25 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.