Loading Tool

Explorer IconExplorer

Memory Pool

37,707 transactions
26.52 vMB
0.06064668 BTC
Random Selection Loading Transactions
Max Size: 135.89/200 MB

Candidate Block

Mining Attempt 9097701528461ba5f3aa264aaa5b071d1c93c11db06004636efa38707d0edb04
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 6cdc7a9f3d34191f1720297ebe7c305e9cecf694c98a1adcc451edb23a5b8cdc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,641
Size: 1.00 vMB
Total Fees: 0.01138237 BTC
Feerates: 100.53 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (436,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,975 477,975 000000000000000000a658d94645fc11f56871a6af495a1b279d130bcaba3262 2,085 1.00/1.00 vMB 163
477,974 477,974 00000000000000000049bd79f8b5464635af9d566319465f7d2aeb3041cf5ccd 2,205 1.00/1.00 vMB 209
477,973 477,973 0000000000000000010270ea8e4e8632e38347e15c5bbd94260b8bcb57d199d5 1,930 1.00/1.00 vMB 180
477,972 477,972 000000000000000000d5f78cfe9ebf3630dd4175350b7b686f996144c5ed2e2b 1,711 0.98/1.00 vMB 99
477,971 477,971 0000000000000000003b3115d88d6b3ffe239285d96877441db1ecabd125130b 1,731 1.00/1.00 vMB 128
477,970 477,970 0000000000000000006eba8bdf6de46da476ffad9d4f961de8c2d5ffcba10189 1,969 1.00/1.00 vMB 191
477,969 477,969 000000000000000000cc4143d32ac9fd543d998266a4662ac56739ac93f314b8 1,630 1.00/1.00 vMB 111
477,968 477,968 000000000000000000c1273007242100239dad215e0de8b9fb3a241e4eeddddc 1,471 1.00/1.00 vMB 145
477,967 477,967 000000000000000000cc45b0d5d6ad0e5a265f397b72a58da535d2ae162854b3 2,265 1.00/1.00 vMB 202
477,966 477,966 0000000000000000012a622ce72cd09a71a2a41207b9848a1b3cdde6fb647483 1,639 0.78/1.00 vMB 154
477,965 477,965 0000000000000000011a5feb15fe0503cebdffadaedb03f8e0d40547d52d233e 723 0.47/1.00 vMB 166
477,964 477,964 000000000000000000494457c7cee8ff3ca7ecd0ae06fa9060dc7014b8f4f077 645 0.49/1.00 vMB 55
477,963 477,963 000000000000000000fd52e8c5a770c2148aab86bcadf70256bef83f78b65b1e 2,111 1.00/1.00 vMB 174
477,962 477,962 00000000000000000088bcfecbdf1d1752be3970bf5e2d2ed0c1619b3fc6259e 705 0.31/1.00 vMB 151
477,961 477,961 00000000000000000122a865be7d9b5ed5188da34df189ad9a3c8c8ee5160bc0 1,062 0.59/1.00 vMB 127
477,960 477,960 000000000000000000d7c64a43e4b288a4765bd2a3180b5c3cc7febbe1878f74 1,902 1.00/1.00 vMB 143
477,959 477,959 000000000000000000db58acaa21040e0fd0f9f301973d1d6d591ce10e1ef129 1,073 0.54/1.00 vMB 142
477,958 477,958 000000000000000001073b933df3849a28b3dccd7bcf87150481beaee084b6a2 71 0.03/1.00 vMB 137
477,957 477,957 0000000000000000007deaa8469e15da00779c6eb7f4b8f9db3a82df396224db 436 0.23/1.00 vMB 107
477,956 477,956 00000000000000000063fc6ee5bbd24bf24e9d8ed5d0f0b096e6fd156bce2909 1,201 1.00/1.00 vMB 68
477,955 477,955 0000000000000000001f499b3e1c5fbd555f60c6946aa844e74ab8c82224591f 37 0.02/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.