Loading Tool

Explorer IconExplorer

Memory Pool

12,928 transactions
7.03 vMB
0.05278884 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.64/200 MB

Candidate Block

Mining Attempt e2ccf6ac1bd36ba3e545105f4e2ffd86e37144d1ee698ee370a3449425c1d742
Version 20000000
Previous Block 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d
Merkle Root 1e8c9efa2871d8dbfeb7422f8f57023f7562ea3eae0a3cda58c5f7ca034a4a96
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,755
Size: 1.00 vMB
Total Fees: 0.03943579 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,437 (667,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,996 245,996 000000000000004b0e72c0f8530843392495e9ee7878653629b0e85f40e927f0 499 0.19 vMB 147
245,995 245,995 000000000000001351fca6c9fd3ddf7afcd63f3b297c866aaefd588749d0bf2c 386 0.17 vMB 100
245,994 245,994 0000000000000024ce6bd2001a9551656826c95b9e76002c933dccea3baef606 100 0.04 vMB 153
245,993 245,993 000000000000008834327a9e68951d598c62053ebdbca3f1f872249f662e2403 82 0.05 vMB 109
245,992 245,992 0000000000000058a675664efc02f62afae1883e3b2967b812f241943acc8052 150 0.07 vMB 120
245,991 245,991 00000000000000704386a034623cb7fcfcddda4a70fe2494d10a07d45a094648 348 0.16 vMB 106
245,990 245,990 00000000000000780ba644a4cc12a768064d80a888c3c57f5cbadda7e5fd7e50 435 0.19 vMB 127
245,989 245,989 00000000000000459d3361ce5cc8a7c9d64ca3e24d9d4920a486e58220dccd64 170 0.08 vMB 119
245,988 245,988 000000000000007a5ed2c3286ecbbeda863ba09be84e09a28ea62289c85e0d65 105 0.04 vMB 163
245,987 245,987 0000000000000017f082dfe3db991d56a323cb7cb5a0e974ce38d1b615ef58b7 4 0.00 vMB 44
245,986 245,986 0000000000000017507af3dcbe139de95a104c122e6a23b6070f10a119166445 344 0.15 vMB 147
245,985 245,985 00000000000000707c9939fde3e51325d142024e2d723cec35fbdb0f2f7a6449 39 0.01 vMB 8
245,984 245,984 00000000000000752c39470718478adb5d0da9d8f6506e9d3f0c2323f75f981f 290 0.14 vMB 119
245,983 245,983 000000000000003be2a0ad863e55847ad45b7c0c12d90ad4e7d4321e3a13dd37 1 0.00 vMB 0
245,982 245,982 0000000000000006b3fa9395fd8271b4f5e92f269eb20638101cbb36326f7d33 256 0.11 vMB 135
245,981 245,981 00000000000000042439707f4c9a2ca1a84d5f1a25e8d5abc91170e068a86209 296 0.13 vMB 178
245,980 245,980 000000000000004a7fbf9f050bf9f211d2f38ffa71a726bebea14ab84dce6450 56 0.03 vMB 23
245,979 245,979 0000000000000057e49bc9a8f420465d062ee307cd0c6df2da84bcf2933088fa 247 0.11 vMB 142
245,978 245,978 000000000000002ad35a57d9c21477535c3e905bb338ca8ae5f975c0ddf307d7 100 0.06 vMB 81
245,977 245,977 00000000000000532d0504334f6bb572b12073d22cd1799af6a869b9aae7249b 347 0.17 vMB 6,136
245,976 245,976 0000000000000006b37bc409996c7151ba316c2673fcb05de560da637373d2b3 15 0.00 vMB 100
Previous 10 blocks ↓
Total Size: 779.63 GB

Node Details:

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