Loading Tool

Explorer IconExplorer

Memory Pool

28,960 transactions
6.41 vMB
0.04720918 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.78/200 MB

Candidate Block

Mining Attempt f34b011b893bde0aea0be3242bfa45b446eaf498aa9723d50c2ff9bcef7ad28b
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 48af771ada2da3395b7857254622acda8d9bb941c495f7ab51dbf753564331b6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,388
Size: 1.00 vMB
Total Fees: 0.03281161 BTC
Median Feerate: 2.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (664,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,917 248,917 0000000000000060c96939a012a359001fb0ae52f68067e2a628cb7e751d56e6 26 0.01 vMB 94
248,916 248,916 000000000000007ee55152dbe5cd0c52fedf0ff7f39cbcb3ab3c8e6fa53902d4 106 0.05 vMB 157
248,915 248,915 000000000000007576e5d5e85593ae961abcab28249bba2a0f90462a0951af3b 22 0.01 vMB 132
248,914 248,914 000000000000000d4f6855272c888a67bd1e0650cee9b3aef73c5f84e68e741e 32 0.01 vMB 98
248,913 248,913 0000000000000088c7801bf270e6572e38df94c7ee96e779638fd1e227bdc05d 136 0.08 vMB 97
248,912 248,912 0000000000000000f69824fc8a10b43f024e7cf6d9762464683312a6343655bf 208 0.12 vMB 152
248,911 248,911 0000000000000001e54aa7620f9903e211ee648e60a831f15db67582a02f50de 124 0.07 vMB 17
248,910 248,910 000000000000000b4697a010f4ff954324a996f52bc5a8475ab26d257f76f0b9 532 0.25 vMB 138
248,909 248,909 000000000000004e86e42b62d2954da687302d785cb5bcaaf46f112f6896759d 5 0.00 vMB 94
248,908 248,908 000000000000005531d90ad6737eb8733066e5c721efb96b1ee40e09183435f7 508 0.24 vMB 139
248,907 248,907 000000000000007a9b86651de72634e3765383aff39aaebdf2c69d6af0c5fa72 32 0.01 vMB 129
248,906 248,906 0000000000000063924fb862541be047ed0e82a98025514a1b02a6c7fe11d169 273 0.12 vMB 141
248,905 248,905 000000000000000912af0c756a865673b7e1035d1497a4342472d1c3d6ec6e0b 256 0.16 vMB 32
248,904 248,904 000000000000004ebfc780bdd5cf01a8a2d807913705cedf6f8dccbf05286efb 226 0.13 vMB 130
248,903 248,903 0000000000000079edb8febf2e912033f9bbe67a728c211a67b5861ce6f69b1b 43 0.02 vMB 107
248,902 248,902 000000000000006e34017b069daf5bce4918b3e3f3c1867ec74e027d97393617 5 0.00 vMB 84
248,901 248,901 0000000000000043ea5b63fa9289deed8d0e02541887642ddd776d4dbe8a11a7 112 0.05 vMB 105
248,900 248,900 0000000000000084c69f82dd4997d16addeefc81dc88f3b5c929f32b4188ef39 280 0.14 vMB 134
248,899 248,899 000000000000006db032e87d7b956c65478c440385035967c2dc130c7fa7e088 128 0.05 vMB 164
248,898 248,898 000000000000004e091dd65bc776b3a9630586fc2e3ca299c8c760416d5abb17 386 0.16 vMB 161
248,897 248,897 00000000000000676a177b7cb0a4f0610380c80d819782a8b82fc773ef1e3d9c 414 0.19 vMB 142
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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