Loading Tool

Explorer IconExplorer

Memory Pool

74,880 transactions
27.65 vMB
0.07677548 BTC
Random Selection Loading Transactions
Max Size: 168.54/200 MB

Candidate Block

Mining Attempt e42aabb7b7ea3626cda315b70d94fd4464e92945f6f6371344312a59ee81dbbe
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 3d397a2e1438b0cec5f7f019101613e16a0cbaf97840e47dbf4e33cce0a1e5d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.01776619 BTC
Feerates: 121.74 > 1.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (302,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,370 612,370 0000000000000000000e049114923f79454c407f3481ca92985136bed52f188d 2,562 1.00/1.00 vMB 11
612,369 612,369 000000000000000000110c1819ad80cce334a095acb5db0d9dc51ff4d031e67b 2,655 1.00/1.00 vMB 8
612,368 612,368 000000000000000000119523591fcef60f00d5dd47b3ebe7f45b1ae75cda0f9a 2,318 1.00/1.00 vMB 25
612,367 612,367 00000000000000000012513aca1176af254489f59fd5c5d115969a7ecdaa0656 2,567 1.00/1.00 vMB 6
612,366 612,366 00000000000000000002ee606b90753bd443c6df3defd422e64796324fc4592b 3,206 1.00/1.00 vMB 30
612,365 612,365 00000000000000000000ebfe286a581f95aba7e5323aed1b139148a5b67e24ad 1,438 1.00/1.00 vMB 11
612,364 612,364 000000000000000000070bc7be42319ed53551b650809b90edb9c723f53f48d6 2,420 1.00/1.00 vMB 12
612,363 612,363 00000000000000000012a86da66d02e13433b9a720c86f0f2434c0e55744eb24 1,832 1.00/1.00 vMB 12
612,362 612,362 0000000000000000000ee9f18ccffabb72d470d76e83c3dca4a20552e1e92714 1,677 1.00/1.00 vMB 13
612,361 612,361 000000000000000000097f413512aec3319411d2fccb5852641f1cec8a2ce945 2,713 1.00/1.00 vMB 17
612,360 612,360 000000000000000000025a6efe09dd072c9b4798ea7ee72a3e48efba81bc653b 3,025 1.00/1.00 vMB 28
612,359 612,359 00000000000000000006a7ac016f9319ec0c919af5d314638c119a73e93330b0 2,205 1.00/1.00 vMB 16
612,358 612,358 0000000000000000000242f7e59817260adbaa06aff0f04bd15b75f1801949c6 1,639 1.00/1.00 vMB 23
612,357 612,357 0000000000000000000336f7ed0d59f8c3965f23a56811117a24e5fbac08b56d 2,606 1.00/1.00 vMB 38
612,356 612,356 000000000000000000105b56f481a58b131266aaa060d9499f2528dc0a2a08d2 1,075 1.00/1.00 vMB 76
612,355 612,355 00000000000000000003ac4d57bfa07d21d61fe0d6ad239698de12d0c765514e 2,802 0.82/1.00 vMB 10
612,354 612,354 00000000000000000001b8e726795e26f141acd8fd4a7b6209b59eb878274170 2,845 1.00/1.00 vMB 18
612,353 612,353 0000000000000000000572ca29b52dec6b86ee9583ff7d0d2ae22deb2735ae61 1,667 0.48/1.00 vMB 11
612,352 612,352 000000000000000000097b5b92887199e0de82183361b22ce44d527c1a435a28 1,744 0.58/1.00 vMB 17
612,351 612,351 0000000000000000000fb1ec9df785b460ee5d623e2dae6510dca2a5432954a5 2,094 0.62/1.00 vMB 8
612,350 612,350 00000000000000000012a2ba45c7db42885159073f319b6f2621cb5a32087dff 2,880 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.