Loading Tool

Explorer IconExplorer

Memory Pool

15,678 transactions
7.95 vMB
0.02545504 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.16/200 MB

Candidate Block

Mining Attempt 26d5f13ac4dec9c375c47ef135d82bb16057d7a1d0a29679a6b98755a7ebf165
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root 09081c42ed116d28885e3b55f076973d87256afef46619705ac1438b78e424db
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,885
Size: 1.00 vMB
Total Fees: 0.00910906 BTC
Median Feerate: 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (654,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,801 258,801 000000000000001aef1c642c2246fab5a858d5c1353756662171cd4983873030 246 0.15 vMB 1,072
258,800 258,800 000000000000000e8c226aae1af1cf0e8dc15a7d3f169c44cd1bcff3b68f3fcd 318 0.16 vMB 84
258,799 258,799 000000000000001412566819190bee42f42222438e1f517036ea1cc2048db4b8 210 0.07 vMB 124
258,798 258,798 0000000000000011b237fd3f61b48109ffb74a600d8d9499ba2a58aea105e306 102 0.05 vMB 1,104
258,797 258,797 000000000000000b84137bd971f7b6e3d2efa53fbd7cb09a5773913ca269beb9 132 0.05 vMB 125
258,796 258,796 00000000000000075aa39b4e73d5f7ba158cd2a3ab0f4ce26cc9d3d5cd395e1b 450 0.19 vMB 899
258,795 258,795 0000000000000017defb44dfc2211218002864696f72cd7b59817a1ce5d27bbd 21 0.01 vMB 120
258,794 258,794 0000000000000015910698ec963ce34c2d75a864c31e06cf80ee776275b9195c 142 0.11 vMB 76
258,793 258,793 0000000000000015b90adec4e01f88c80f1ed86b933e52a72028adccc233bab6 15 0.01 vMB 128
258,792 258,792 000000000000001197f59b335fbceeaf3fbf39942b75f3f58f42475f2182a175 150 0.10 vMB 595
258,791 258,791 0000000000000001dbca1b08e301e6be630821879c4551f013933d64051883c1 451 0.18 vMB 936
258,790 258,790 0000000000000015a87b04e86c5a0f72efb21d1cb90deb9e05f7c6fb043b2f6e 86 0.05 vMB 85
258,789 258,789 00000000000000059af017a9157d151c2a2a36cdcd56c04887da5cfa1b95c579 351 0.14 vMB 4,428
258,788 258,788 000000000000002392f298aaaa51f92956b26acdaaa4b99d0f56faa3cb996c68 39 0.02 vMB 46
258,787 258,787 00000000000000168512186b060e4b5a06f3ee625839e27a1aea271ed820ad47 269 0.10 vMB 1,140
258,786 258,786 000000000000002194ad6cada6c9151f7580ed4643ff2c54ff0bde35177c251c 127 0.04 vMB 67
258,785 258,785 000000000000001cf96f45f257150254f3c0b801ab855990fcd5497979eecb33 376 0.15 vMB 105
258,784 258,784 0000000000000006d11b599f6516d73d8aa48c4808468458eee16f2239b1ba57 69 0.03 vMB 1,997
258,783 258,783 000000000000000494df7a873ab744d1560de6e52cfc63bdb55f202cb5f9f8b1 21 0.01 vMB 101
258,782 258,782 00000000000000096aea3320e6b1f4223042480337083936f4c9ba09fc9a9638 86 0.04 vMB 81
258,781 258,781 000000000000001fab822203e00dc391e5a1641df764953250b3538d2ae7641e 291 0.11 vMB 1,030
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

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