Loading Tool

Explorer IconExplorer

Memory Pool

41,205 transactions
28.48 vMB
0.07508399 BTC
Random Selection Loading Transactions
Max Size: 145.38/200 MB

Candidate Block

Mining Attempt 7b8dcd7f9b1c53a579d30b82ee1a8e5f03a7eb3c27c8ec24e794b428c408dd6b
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 2f9b947ba4c52a92f74b1a50dad7e15c988b22e6dd67475dd7b48055fcb7da88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,102
Size: 1.00 vMB
Total Fees: 0.02000536 BTC
Feerates: 88.27 > 2.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (413,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,981 500,981 000000000000000000570573fcf62259e9cf705f1fab2db42561ebde7c8d7a2f 1,970 1.00/1.00 vMB 769
500,980 500,980 000000000000000000744a6955089ab8b7a9bccc05a278aa786babc557605d1b 2,180 1.00/1.00 vMB 645
500,979 500,979 0000000000000000003becd6b2cc59f43c60f2c64c80af4a986f7603e2063925 2,019 1.00/1.00 vMB 972
500,978 500,978 000000000000000000024b5b7ca934ab9de3cfc6a6d8842f109043d436399dbf 1,452 1.00/1.00 vMB 574
500,977 500,977 0000000000000000008994cf204f9baf6abe75c0977bf5c5f1319671758a7299 465 1.00/1.00 vMB 214
500,976 500,976 00000000000000000067ff944c4228f467f13875c6327b099880d3bb3fc70d05 1,327 1.00/1.00 vMB 382
500,975 500,975 00000000000000000025bc089f28bfec30b08ef15cdba883057265ed70653fa7 1,728 1.00/1.00 vMB 299
500,974 500,974 0000000000000000001f0324d56efeb94733b81d069d0266c859633a0fbc01ba 2,216 1.00/1.00 vMB 642
500,973 500,973 0000000000000000008c31a66ca268c12021528e547237bb0320217a98626df9 1,078 1.00/1.00 vMB 507
500,972 500,972 000000000000000000897004a61f91edc826c76c2fa51f6db29f286d2a95e876 1,923 1.00/1.00 vMB 489
500,971 500,971 00000000000000000013a0c20551c03deacbfe9b63f9e00db3186a87022f6adc 1,008 1.00/1.00 vMB 324
500,970 500,970 0000000000000000004b9f33d66ca96db287a6a8f781bcc6a6f6844fd746f0a5 661 1.00/1.00 vMB 161
500,969 500,969 0000000000000000000ab97e88cc080629e13802bfefe79bbe071140ac35bbc2 397 1.00/1.00 vMB 151
500,968 500,968 0000000000000000004a56324d7299b6962db1786d382f4ed615d8e73dc894d1 1,139 1.00/1.00 vMB 434
500,967 500,967 00000000000000000053c8f48424cace1284003be1bb332157bb3de0bcb0daa8 1,581 1.00/1.00 vMB 229
500,966 500,966 00000000000000000012624185f73108ffa875c50f290fa359ab6b9d10b2700c 2,314 1.00/1.00 vMB 357
500,965 500,965 0000000000000000004a692976908e52d09dcbb99efefca7de63de2b4964cb7c 2,007 1.00/1.00 vMB 777
500,964 500,964 000000000000000000166a30745c7ba2a3eabc692da65b0bd211c3274dc04545 1,603 1.00/1.00 vMB 473
500,963 500,963 0000000000000000002e1d0a7d377dff2084c1577e94249839785f6fa5a14f2e 1,687 1.00/1.00 vMB 559
500,962 500,962 00000000000000000016c80f5556263c01e013182824eb80547acd44b29019c3 2,048 1.00/1.00 vMB 624
500,961 500,961 0000000000000000008891f12e610ecccd9e92940c5d805aa53c6f30ac250317 2,038 1.00/1.00 vMB 911
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.