Loading Tool

Explorer IconExplorer

Memory Pool

73,261 transactions
27.07 vMB
0.06133583 BTC
Random Selection Loading Transactions
Max Size: 165.37/200 MB

Candidate Block

Mining Attempt 8ee4450f50c2ad8cf90686a8b0c4a40e7d35fbd4c4c90f4a280e2ec9423473ec
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root b621c0ebeaed131c42a5d21150ea48955c1e3f6ad0053ed898bc3ae81d1520a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,729
Size: 1.00 vMB
Total Fees: 0.00395144 BTC
Feerates: 40.21 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (474,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,497 440,497 0000000000000000014307c7029282da01e97413487e55c41a5e9f0fbdb64ea3 2,578 1.00/1.00 vMB 88
440,496 440,496 00000000000000000257d53a619472cd32c6406d1e9d949da33654668a633d3e 1,636 1.00/1.00 vMB 70
440,495 440,495 000000000000000002145de5d042df77fc41a5e2cfd38896506f4543dbe8cbd5 3,022 1.00/1.00 vMB 93
440,494 440,494 0000000000000000012458de4b469c374005cbe932142e0dee24aa7cc09cd852 2,694 1.00/1.00 vMB 83
440,493 440,493 000000000000000003c7fe871fa6b691faf03a47a69b525f0f0aaa43c4572f42 1,737 0.75/1.00 vMB 79
440,492 440,492 000000000000000003c0fdee691126ed0ac87a5c8498175360d0295d48355305 2,174 1.00/1.00 vMB 82
440,491 440,491 0000000000000000038412d01233572f24571d4ee7eee89cfcb2d1e131985f6e 2,179 1.00/1.00 vMB 157
440,490 440,490 000000000000000001c848a37c5b77557cf560a1142a30ae866896db80111bff 2,257 1.00/1.00 vMB 124
440,489 440,489 0000000000000000022ddd7f5f28ed3daf94ff5a4c0dbf3e09cb325bc4a5cd11 2,344 1.00/1.00 vMB 110
440,488 440,488 0000000000000000018f8e926031d9dc6c8d573b2b631c025ac31e06d0b7a13b 2,474 1.00/1.00 vMB 96
440,487 440,487 000000000000000002a8bd6181a79c5e1528efe5c50cf43880479837b55a18c0 3,100 1.00/1.00 vMB 148
440,486 440,486 00000000000000000024d786f6670f1e42ea9dffcf19f38458fd96b8d99ab028 1,662 1.00/1.00 vMB 82
440,485 440,485 00000000000000000046c48f029e64b5c3b79d4ac4748b4b08c3df7069f56b17 2,604 1.00/1.00 vMB 80
440,484 440,484 000000000000000002fad17fdb335cfb26fefd4998eb8676a059d130f2f3a66f 2,782 1.00/1.00 vMB 116
440,483 440,483 0000000000000000010d96d01e91a1c6081af828cf474ef81bf9d25245788b0b 2,036 1.00/1.00 vMB 126
440,482 440,482 000000000000000003bbe2757e61c334dfe7ceaa00eb595952d03c2bbcd11cdc 1,754 1.00/1.00 vMB 81
440,481 440,481 0000000000000000035aa151f7515dc150e2d72e20fbfaa5b0b77ea2bedd3e27 2,718 1.00/1.00 vMB 135
440,480 440,480 000000000000000001e8b5734cabc2b9a5b89f7bdb757e5aa3c854d0b1019276 1,925 1.00/1.00 vMB 59
440,479 440,479 0000000000000000002f86692860f71ab142575c94fc9c24c2327e14191ac50b 2,289 1.00/1.00 vMB 110
440,478 440,478 0000000000000000004bca1016089c4cd988d049c1b7c74721bf636e44d25126 1,103 1.00/1.00 vMB 57
440,477 440,477 000000000000000002e2552ee109f27cb5032bd5abbea61dd7cd864cf5e6b6d7 128 0.06/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.