Loading Tool

Explorer IconExplorer

Memory Pool

29,035 transactions
6.43 vMB
0.04794640 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.96/200 MB

Candidate Block

Mining Attempt d8d115c5836b064fd54ea9708d72754ed91c08d266ea9c15870aa0d80ccc0742
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root e8702f89a32e97b0725e25d458de72f7dfb2c884582931628cf408a52027ec9e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,309
Size: 1.00 vMB
Total Fees: 0.03327489 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (664,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
248,896 248,896 0000000000000027298d76eb6575798623aed13138f811d179844dfee01cc166 56 0.03 vMB 143
248,895 248,895 0000000000000037ffc247bd6e77e878f056094b4d5b9f60f47953c759108575 118 0.05 vMB 117
248,894 248,894 0000000000000056f8134bb1efea4bfa8d11795b373546e68de4fe0a519e363b 74 0.05 vMB 114
248,893 248,893 000000000000001e0d38a0e01227452393a896fddf2b9e9ed2c30773b92aac4a 324 0.15 vMB 143
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: 89
    • 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.