Memory Pool Memory Pool Refreshing

5,520 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,001 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (689,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,812 218,812 000000000000040b6e72280f860b4c53b19e1dcb53da9537ccb529163681f986 0.06 MB 106 129
218,811 218,811 0000000000000109505eddd35f5d702e90db2ece09ddd4f188f0daf52d2bd06b 0.05 MB 87 171
218,810 218,810 000000000000030e90ba45d1ede08bf58c3b7fc1b40aff67eb4456d00a744b71 0.04 MB 53 134
218,809 218,809 00000000000001c8590b644829235daed828bd9e8f37671538f773eeed453de4 0.05 MB 120 177
218,808 218,808 000000000000032b47238c54e42c870dd950d9c7f89d926b580da76c9c9e6671 0.03 MB 66 267
218,807 218,807 0000000000000243bd9d7607fe730f5bdcf1ae7e03448d0b42bfd13f36f040b6 0.07 MB 127 358
218,806 218,806 0000000000000337cd4c59165e8315e5475681bee990b954e6c40917018d40d5 0.05 MB 90 151
218,805 218,805 000000000000008db38afd08fef0fb0bbd13659335a6b9821be1bbfb1890293b 0.03 MB 74 63
218,804 218,804 00000000000003ade3e7e94f573cf9e07ead3b8e15a195911319788e10e990ad 0.16 MB 342 174
218,803 218,803 00000000000003e17e14646c2c8cdb9c784f01663fdf001f82c395df0df8abe0 0.23 MB 502 213
218,802 218,802 00000000000003c7327130343ae8fd56a67775b770664542e012db8c0b41a3e6 0.14 MB 379 344
218,801 218,801 00000000000002ea81e486a899c869551a0b3b3033631cb0f14e884bc32317f6 0.10 MB 210 149
218,800 218,800 00000000000004f1cfd5fed69905a4ccb4d144ccec8715daff5e327685e4e470 0.00 MB 11 232
218,799 218,799 0000000000000127f3512329a34a83ccdb275991c7af96a7f468886852cfee8b 0.29 MB 463 49
218,798 218,798 000000000000050b4019bd8a5ab92aa40bf5443430efd5ee339abbc6d14a0a1f 0.08 MB 256 339
218,797 218,797 00000000000003ba644e9b3075918f43542d0d038d5292af7acbef267ddded5d 0.21 MB 535 183
218,796 218,796 00000000000002ce7a064b99537ecf257225c3985cbb1b8a4236bf4bd30c8482 0.00 MB 12 456
218,795 218,795 0000000000000244122fff8d6ebf137ba49a2eee9b57d57926e0ac875294149c 0.11 MB 281 172
218,794 218,794 00000000000000d3692446c6599b5ebce73876e9c6d2fc4e3a75ba917647a119 0.00 MB 10 438
218,793 218,793 00000000000003fdae44cb3b594e2af9ae1ef395e8ee8b5fcddddce5ccedb89c 0.11 MB 248 213
218,792 218,792 00000000000003234bbcb1639a02c1648b306bf3bc758b7b14f11f00119e06e8 0.03 MB 68 20
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.19 GB sent, 94.19 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.