Loading Tool

Explorer IconExplorer

Memory Pool

82,441 transactions
31.84 vMB
0.11082991 BTC
Random Selection Loading Transactions
Max Size: 190.88/200 MB

Candidate Block

Mining Attempt e6326f371ba084d8290bb9ed1ec750e4ab196109019db78a5c260c4a605f6d25
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 3a2ab70694547ac44007ff32427a5c23f6c854e1671abaff45aaf4f4578be0c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.02537679 BTC
Feerates: 99.50 > 2.54 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (466,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,868 448,868 0000000000000000028241e88c9cee21442162264cf4a72b235d22471f4bfc14 1,846 1.00/1.00 vMB 89
448,867 448,867 00000000000000000241d63bb10c26fc8df4411dca644d2661179036cdaee7e8 1,765 1.00/1.00 vMB 120
448,866 448,866 0000000000000000029f9fd94c49b4f747561f1b442a3f828aad605fdf4363f0 2,504 1.00/1.00 vMB 98
448,865 448,865 00000000000000000306f28f3b6b3ed1735991340b2a4a8cbc4e6b762db38288 1,931 1.00/1.00 vMB 61
448,864 448,864 000000000000000001083dba8bf42c3428cb5010ec06ae18fbbd8c53007b4994 2,149 1.00/1.00 vMB 70
448,863 448,863 00000000000000000339d6739f1c0234b13439be9216f23847c4caca5d11c1a7 2,106 1.00/1.00 vMB 103
448,862 448,862 000000000000000001f2634ec01853a91e895bb91308a4d1a6b92f8514e0dd2a 1,102 1.00/1.00 vMB 32
448,861 448,861 0000000000000000030c4a2f09746be0947be5514c92938e31291e4c2fdfaa3a 2,548 1.00/1.00 vMB 75
448,860 448,860 0000000000000000022766ad93e14d93b5fbeec4995808ec6373b9da3dbdb3bb 1,633 1.00/1.00 vMB 45
448,859 448,859 0000000000000000031d8269d63ce336b39a131183f6f7e4b94427c40e07ad8e 2,183 1.00/1.00 vMB 73
448,858 448,858 000000000000000002457175494aaadb043dd2007fa0810f1247f49565cdaeb1 2,334 1.00/1.00 vMB 78
448,857 448,857 00000000000000000001998d37cc641a99f30e9f48cac5b2d30bd655eb602e8c 2,264 1.00/1.00 vMB 114
448,856 448,856 00000000000000000037cf390bfdc27c2e3df15ad788708ac8b0b7750a5d75d8 2,623 1.00/1.00 vMB 80
448,855 448,855 000000000000000001ad8f68d39548f87a2f617e843f1a836790c512a22b16a4 2,642 1.00/1.00 vMB 74
448,854 448,854 0000000000000000030aebf155775f755fb51027b4cd63209dd130ac3320970c 2,084 1.00/1.00 vMB 72
448,853 448,853 000000000000000001f5727e84869341dedcc18a2ffec132af77241d66d73647 2,125 1.00/1.00 vMB 63
448,852 448,852 00000000000000000074e818012ae52a1c662e24ac3c1971d38617d87d8f23d8 2,604 1.00/1.00 vMB 95
448,851 448,851 000000000000000001b93992c076ec02d1f1d223f39e4077583b8133a947febc 2,856 1.00/1.00 vMB 68
448,850 448,850 00000000000000000003acf9cd33ca5083c98625a45490b0430f8fa0046f36f5 2,470 1.00/1.00 vMB 94
448,849 448,849 000000000000000002446244e3a01ebfef6491bf0186459df9573859d9fe1ea2 2,898 1.00/1.00 vMB 115
448,848 448,848 000000000000000002db33ed09c79c355a1dad2cea1ebca21bd83854eae749c3 3,129 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.