Loading Tool

Explorer IconExplorer

Memory Pool

17,255 transactions
8.19 vMB
0.05224409 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.50/200 MB

Candidate Block

Mining Attempt a3daf1a7b1a4d12c39b87bd2152b7449adb88a3d2b94d06d57f3fff35ed2e02b
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root ce989539edf821a0b71e08c51e77b39f5e5fe0ce6e7cec62d8501d4cd0b6029d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,293
Size: 1.00 vMB
Total Fees: 0.03485723 BTC
Median Feerate: 1.18 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (690,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,860 222,860 00000000000002e993558b28f2a275a8ee95414c8ab165f654854f17ba85e46f 66 0.03 vMB 147
222,859 222,859 0000000000000392f3f94edeab7b650ec4ede3d14b8b9a80d74ebc1d52503a5b 173 0.08 vMB 228
222,858 222,858 00000000000002d40e33d5ffdc37a1a285d80233076743a71b6b65966ad98392 166 0.07 vMB 171
222,857 222,857 00000000000001f3b6274aff837e6d686de5ff8a2bb7c315522c7c9e7f15eef7 80 0.03 vMB 119
222,856 222,856 00000000000003439f86772e3d5433851da4123bcf90e743f2c9a3f57af1119e 385 0.18 vMB 169
222,855 222,855 000000000000042434cc0c53037d6722488d680210181a7ec224368ef797b41a 1 0.00 vMB 0
222,854 222,854 0000000000000029c0c8558d10fdac32cea0ac22760e600dcf429e24fdc5d37e 126 0.05 vMB 160
222,853 222,853 000000000000037286ff09341bc559f3b7cd62a2c8bf34da0e9e20598623a970 396 0.23 vMB 177
222,852 222,852 0000000000000267ec511ed0ac38578f41d0163ea96823944d8a0c5ffa08dcae 152 0.05 vMB 312
222,851 222,851 00000000000002aeb63933dc0491b91dc2917fb675c7182b52e7443ad93dffa4 190 0.08 vMB 189
222,850 222,850 00000000000000e6bd7f88c6312a8e321a643b2d536f4a32c28f51df6b293ede 195 0.08 vMB 171
222,849 222,849 00000000000002ef69a564e7b8f3f0b078cdb55a8db28a01ecc089ad862a7972 605 0.25 vMB 187
222,848 222,848 00000000000003bbd12375a049796c41381e7a6e3bba41475dd7a7e3d957d6c9 229 0.14 vMB 77
222,847 222,847 00000000000002f4c5cad633ce715c3b2a6ef77339cb1a08e0a65744c17c13e3 209 0.08 vMB 194
222,846 222,846 0000000000000416f052a244a6e199896b76984aa2cb1db65381cdd38db1908d 200 0.10 vMB 165
222,845 222,845 000000000000024c772fb639aadb0c47d4c41524f66fdc9c5b9eecc4a050e526 619 0.25 vMB 217
222,844 222,844 000000000000019eae4156487486c889ac3369955121f25f3dd5a0d10f3aaf61 77 0.03 vMB 214
222,843 222,843 000000000000006c967f0b208932658066a8b3e899e36797424af97b3eca5a00 170 0.10 vMB 132
222,842 222,842 00000000000001d3cb29c078cb9aba656f56ccaa1f54f9cc55dd5326f659f32f 136 0.05 vMB 186
222,841 222,841 00000000000002aac0d627d6f6ff885aaa5273781397a52c880ec02c5aa19e71 190 0.08 vMB 160
222,840 222,840 0000000000000204b388ae53eba3f5e2bf08f0a5cde31da1563f97666e38389b 272 0.13 vMB 174
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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