Loading Tool

Explorer IconExplorer

Memory Pool

78,984 transactions
29.55 vMB
0.07074426 BTC
Random Selection Loading Transactions
Max Size: 177.64/200 MB

Candidate Block

Mining Attempt a360b007363c8b6aa0edf6077f48ff58d735fbb81b59a3ef1803d8018f598e3c
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 40257871ded6476593408eecda93a17e9de230c2d2129a802c2a6ed297d3bc79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,641
Size: 1.00 vMB
Total Fees: 0.01070424 BTC
Feerates: 50.25 > 1.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (219,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,276 695,276 00000000000000000007f49d6ae5f855b221b9379db5be44f95a6cfdacb96f68 1,316 1.00/1.00 vMB 6
695,275 695,275 000000000000000000092ffbdc081fa716b2f74f1ead7d82c96addd54c8e2873 1,648 1.00/1.00 vMB 7
695,274 695,274 0000000000000000000430c7e220dbc3690d00d2a9f948cce3b04e7553970a56 1,810 1.00/1.00 vMB 10
695,273 695,273 00000000000000000007d7e24921306a1d37e791739a8dac90c5ce8510ae9cd0 1,480 1.00/1.00 vMB 6
695,272 695,272 000000000000000000130025dfcec4e089051a29fd7feb1681d1d93b258c20c6 2,518 1.00/1.00 vMB 12
695,271 695,271 0000000000000000000ca2599849fdd73f246aff8ab0fe3b49fd64a4301a3745 2,321 0.98/1.00 vMB 7
695,270 695,270 0000000000000000000de870aae57d71f2de8a3a28f3ee1c88b9f2ff5609aee5 1,791 1.00/1.00 vMB 5
695,269 695,269 000000000000000000114a87f4f11c91cb92a64c86acae41578df981f0b89d67 2,893 1.00/1.00 vMB 4
695,268 695,268 0000000000000000000fd4b2d592e647f2ffaf235ed003776b716de77d18eb96 2,682 1.00/1.00 vMB 26
695,267 695,267 0000000000000000000432be29bc13a0df13c9513721e40a8be85d2ef5c9eff1 724 0.27/1.00 vMB 10
695,266 695,266 000000000000000000031433765e14bdf3d6f89f77373a43da4d6b36c28c6fad 1,324 0.43/1.00 vMB 12
695,265 695,265 00000000000000000006619202b4af354ee74ba85d7f4eedc093e47e0b6a6b7c 281 0.08/1.00 vMB 15
695,264 695,264 0000000000000000000e8826924d831fee4b8ce381b1615911f5247ab4d7b3c6 1,513 0.46/1.00 vMB 5
695,263 695,263 0000000000000000001213ce51c7f336d4fb1bece87741709c5b6110ee0e5c1c 2,968 1.00/1.00 vMB 15
695,262 695,262 00000000000000000011f46527a7ce330b336c703d83f0297283d9acadf088db 1,535 0.63/1.00 vMB 12
695,261 695,261 00000000000000000005b5e7aa71c4976aa98c3430dbff4b6fd00a987467106c 1,205 0.55/1.00 vMB 9
695,260 695,260 00000000000000000012ad76697209d7e8fae37713cbac7a4d95b8042b1ba37a 711 0.89/1.00 vMB 3
695,259 695,259 000000000000000000011a7407b69b496ebddea2105b3e3dca06bb6af7bb6dd2 514 0.32/1.00 vMB 6
695,258 695,258 000000000000000000009cfd26c2b412ddb32113459fd4e0b20a7f7192e20919 1,634 0.48/1.00 vMB 13
695,257 695,257 0000000000000000000e2a4bdb69fdcd9fdf5898f479ff53f1dbf2e1e9d349e8 784 0.24/1.00 vMB 13
695,256 695,256 0000000000000000000c39e66b70d5bf44d0d8d336fe961d14798260986beddd 689 0.22/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.