Loading Tool

Explorer IconExplorer

Memory Pool

27,106 transactions
27.22 vMB
0.07191313 BTC
Random Selection Loading Transactions
Max Size: 130.55/200 MB

Candidate Block

Mining Attempt f9d1ffa5e7f94d2da610cc001ffa9f5391745b613cb433be140aa5deb572196f
Version 20000000
Previous Block 00000000000000000000222279f35db39c4c1e723abe28171badb7bd3d2267db
Merkle Root 67c3804819fceb0c41c1968f0460fda65f2018d4040f028c5ab1a6fd4798dd55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,819
Size: 1.00 vMB
Total Fees: 0.02048062 BTC
Feerates: 178.73 > 2.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,491 (796,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
118,020 118,020 000000000000297ca1b09ec9ad3c6bb708d16330ca9e0c452f7042f542b7e136 12 0.00/1.00 vMB 319
Previous 10 blocks ↓
Total Size: 781.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.74 GB
    • Received: 10.88 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.