Loading Tool

Explorer IconExplorer

Memory Pool

26,456 transactions
26.91 vMB
0.06027994 BTC
Random Selection Loading Transactions
Max Size: 129.26/200 MB

Candidate Block

Mining Attempt c5e1cc98326a8277d00b3cc5a95ce047fd35213372f43f3a2fd471f46177b6b0
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 1680d7b3217b7fa3920eea5472951559976a880c86cf2e18e15cfcb64898a8d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,921
Size: 1.00 vMB
Total Fees: 0.00976817 BTC
Feerates: 79.73 > 0.98 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (796,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,041 118,041 00000000000084ac27529540c66c41a273fc2435189fd1333ff50de460419f40 11 0.00/1.00 vMB 343
118,040 118,040 00000000000091fd1703e0f7ad65f6bb76879d74031f8903e19b32fe4deb0c46 10 0.00/1.00 vMB 0
118,039 118,039 0000000000002de394f134d45ef746e7747c9214dec5556c0c5eec2feca1a910 16 0.01/1.00 vMB 251
118,038 118,038 0000000000009009f773a497a9a69eee6a726f3d2a5201473dfdce06a572fdc1 2 0.00/1.00 vMB 3,861
118,037 118,037 0000000000003a299fe66246233d816befd40a94c090409798bf399310a8a97e 10 0.00/1.00 vMB 0
118,036 118,036 0000000000007d0efde9d8333387ceea839af29c3d4262428a7eaeb5b90bdeb1 16 0.01/1.00 vMB 365
118,035 118,035 0000000000004420e394917737c854234740a6a6e85595a4a8b6efcc7bbbfe66 5 0.01/1.00 vMB 249
118,034 118,034 000000000000ae610a2c32d5ecce4c29a946f7a0fc2360f4c0a2cda7c2b4dfa7 15 0.01/1.00 vMB 844
118,033 118,033 0000000000003017843dad49737c81e2da3ede55fd454f6d63472040a0199230 3 0.00/1.00 vMB 1,341
118,032 118,032 00000000000045be760acc5fadaf56a8e6177cfd6306c0dbb31dae781665cef2 11 0.00/1.00 vMB 0
118,031 118,031 0000000000000ec8520446ab24946c2e280cc0c81535445f2e0fc4790dbf31cd 11 0.00/1.00 vMB 0
118,030 118,030 000000000000957ec3abda2a62ceeb975e28f660c95d6d35051d9f04c6459a41 9 0.00/1.00 vMB 0
118,029 118,029 0000000000004c606596dd2d432eb7e2bf0d814e5ff187574b94ca5b7b9fc776 9 0.00/1.00 vMB 880
118,028 118,028 00000000000093b0bd9f4906768a92d3aba01aa32f0f8c4d94aa03d915f2e296 116 0.05/1.00 vMB 102
118,027 118,027 0000000000000060a0ddf191cc26c21c66e947fd3daf710087eaaa2ab3a6825a 16 0.00/1.00 vMB 1,245
118,026 118,026 0000000000007969431cbb48ae6ed67088dff3f49e9a9ac15f8f817937fa8c95 13 0.00/1.00 vMB 687
118,025 118,025 000000000000c9b1068ab3bfa7a2e41f8d63fd75c6dd7bdfd0f5cb2912149119 11 0.00/1.00 vMB 320
118,024 118,024 00000000000052cbd453e4f646e8e7fc18f50e43d2aa867b53e66e395d103b9e 16 0.01/1.00 vMB 124
118,023 118,023 0000000000002031643b3961d4aa31700784378b2b026cc74b8f95ada4227e91 8 0.00/1.00 vMB 0
118,022 118,022 000000000000c5ca11a3a337f66de87c95134097a85bc4228d61f7ebdb070894 16 0.01/1.00 vMB 800
118,021 118,021 0000000000003a90e1415ef1df34e79c62f9a2e6e46f0b92da826e0a68d006b4 11 0.00/1.00 vMB 309
Previous 10 blocks ↓
Total Size: 781.49 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: 611.94 GB
    • Received: 10.93 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.