Loading Tool

Explorer IconExplorer

Memory Pool

83,633 transactions
30.82 vMB
0.08273197 BTC
Random Selection Loading Transactions
Max Size: 189.33/200 MB

Candidate Block

Mining Attempt 5e984f964c4d3715735a261d15fdfbe79ca1ac13909459d23801d3003b1dbb3b
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root bd95a23b683661c560b12b1edf6c6d24897e0ce6e94a41a9e2e5dd175adc9964
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,708
Size: 1.00 vMB
Total Fees: 0.01258901 BTC
Feerates: 60.16 > 1.26 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (9,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
905,369 905,369 0000000000000000000052b71931ebd49e1ed9e1b4fa45dadec36dd3f4abbc95 3,360 1.00/1.00 vMB 5
905,368 905,368 000000000000000000010b000da83ed9bc0b794d39c530b5837cddc8b16efd94 1,549 0.45/1.00 vMB 2
905,367 905,367 000000000000000000012b92bbd4ac756c56076072fc9c80680f172feaf49c40 2,463 0.80/1.00 vMB 1
905,366 905,366 00000000000000000001cbcc19436258777060cb412d0738ac9d652f55ee45f0 3,849 1.00/1.00 vMB 3
905,365 905,365 000000000000000000001288b24e76fce2931215212b7aa5f31e332bb79f4df6 1,976 0.51/1.00 vMB 3
905,364 905,364 00000000000000000001f28a9f8c1ef3b553e62a57e7f6e350edfd1474dab476 3,293 1.00/1.00 vMB 2
905,363 905,363 0000000000000000000081e2f14c5819e52717af3d35f4416c39eb64f21b3fbe 3,500 1.00/1.00 vMB 1
905,362 905,362 00000000000000000000dd33d059b6afa367b8c1ee0c0f7850dce87addb0eb4b 4,193 1.00/1.00 vMB 3
905,361 905,361 0000000000000000000015dd1997de2dc48501dd59653fa10abfae65c252c2da 3,216 1.00/1.00 vMB 1
905,360 905,360 000000000000000000006be84d102b33c6065ef1b6145d6203955033a5c5ae46 3,234 1.00/1.00 vMB 4
905,359 905,359 0000000000000000000030d4d912347358cc328d30b909d9ad0859c6e8a71683 377 0.12/1.00 vMB 4
905,358 905,358 000000000000000000022e5c9b8b0e788af762382718694c5e32dd61304ff863 1,002 0.40/1.00 vMB 1
905,357 905,357 000000000000000000014fc1444bdec15fc2ee87143e5a2e1a9d9ccec73f9294 2,846 1.00/1.00 vMB 1
905,356 905,356 000000000000000000010d6f259c72a918cda08a666121a53954bcc47ecb2ee8 1,796 1.00/1.00 vMB 2
905,355 905,355 00000000000000000001781ad99032a955b60b1d356834a006bbdbd4d5a588fc 3,926 1.00/1.00 vMB 2
905,354 905,354 0000000000000000000128efdd5256bd202e79f1ddfb956db58a1bc402313adf 4,412 1.00/1.00 vMB 9
905,353 905,353 0000000000000000000186eed935e4ad209e7aaa4ceeb2542851feaf4b8d426f 3,942 1.00/1.00 vMB 3
905,352 905,352 000000000000000000022dabca47b7aabc24d93d0241536ca75dc528d08d5eba 4,162 1.00/1.00 vMB 4
905,351 905,351 00000000000000000001187d6ea8847a7bb3f630896d6fe808ea54ddc52d3fdb 4,488 1.00/1.00 vMB 2
905,350 905,350 0000000000000000000209f4371c9c7f64dbfa8c6eee9f21e5f8c69b176d2681 3,810 1.00/1.00 vMB 3
905,349 905,349 00000000000000000001c45d9686bc4a33871e0cdaec02a2cc9ba26d908f7637 1,466 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.02 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: 719.32 GB
    • Received: 18.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.