Loading Tool

Explorer IconExplorer

Memory Pool

39,113 transactions
27.52 vMB
0.06585891 BTC
Random Selection Loading Transactions
Max Size: 140.50/200 MB

Candidate Block

Mining Attempt fdd85dde1b231c5ae486f58e9849ae13e354993d46dd283125b5ed9d0d3fdc69
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 0887761633b602f3a68370a5fd72280d9e8d0af36b97f9cb48111166429c9146
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,504
Size: 1.00 vMB
Total Fees: 0.01355799 BTC
Feerates: 100.95 > 1.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (526,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,113 388,113 0000000000000000093fb0a0311632ba163649b0f2c1c7d1501cfd380316f4c6 1 0.00/1.00 vMB 0
388,112 388,112 00000000000000000209aa073d9d493edc30ac4c561e3803d3971c3a4c9d7f59 431 0.22/1.00 vMB 31
388,111 388,111 000000000000000009bce5ba4aa529d1b2174a555d7769a361bbfcf7dcd71771 1 0.00/1.00 vMB 0
388,110 388,110 00000000000000000290dfb104002f8c8ea2a4bc35d5f13b8c74bfc86d2347cc 1,249 0.58/1.00 vMB 30
388,109 388,109 00000000000000000a3ae4bd4995eeae5e43af0cca557442420109931d9643d8 1,477 0.95/1.00 vMB 32
388,108 388,108 00000000000000000af62af00ae943dbf61f2c5b9e9bcf0389c76bc96d210437 1,474 0.50/1.00 vMB 43
388,107 388,107 00000000000000000a958e718e84c65affb7bb62b16d0ec5d6e43ce7098e4449 1,438 0.81/1.00 vMB 26
388,106 388,106 000000000000000002063b3b57b66d3895f30a37d9d1df9c5ceeb1e78cd28f73 1,313 0.74/1.00 vMB 47
388,105 388,105 0000000000000000008f66cf40d96004e15e0d3a5bfe6c2385bd5f45520feae3 1 0.00/1.00 vMB 0
388,104 388,104 00000000000000000d5a966011b6b9fe7975deea9b149586f4bfde582063e10b 2,859 1.00/1.00 vMB 56
388,103 388,103 0000000000000000057896223e152a585b48c27bfd0757f901116f4df1a026b2 1,670 0.99/1.00 vMB 29
388,102 388,102 00000000000000000c961a121526cc3eea1788faec200b43ab71db3853833a8e 1,705 1.00/1.00 vMB 26
388,101 388,101 000000000000000007e54266c1d9cd1ceede8cba324485eac5143de25d00ace4 881 0.35/1.00 vMB 35
388,100 388,100 000000000000000005c4eb073a40691f005a73e19b8bedcb56dd8762059d8f05 1 0.00/1.00 vMB 0
388,099 388,099 0000000000000000086310ee050e8151784451b107086a82afeff3ed9f2989d1 2,147 0.75/1.00 vMB 56
388,098 388,098 00000000000000000c7df5b08b9af65613756e38cf5e8ecb6a5dda0ca70d6b3e 652 0.75/1.00 vMB 12
388,097 388,097 00000000000000000092c7ac2e225dd42e33f805e2278b1685a1870642168d8e 487 0.20/1.00 vMB 47
388,096 388,096 000000000000000009f1a72cef70afcbe31ed9d5a99c27c6f0c1699eecd4c268 564 0.75/1.00 vMB 11
388,095 388,095 00000000000000000a26f0ae6d10c712380d7536aed799a54cec626c7135062c 156 0.79/1.00 vMB 7
388,094 388,094 00000000000000000d84d12cf294498cc53ebc6c0378a939e86214bf8dedd326 411 0.15/1.00 vMB 38
388,093 388,093 000000000000000006d3e7a19b0aa5e7d50809f19a04ee33fd9c50e5fa59ea89 1,321 0.75/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.76 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: 632.27 GB
    • Received: 12.11 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.