Memory Pool Memory Pool Refreshing

9,158 transactions
4.29 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,436 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (739,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,779 168,779 00000000000003f2a9fe937d84de61d353bc5d8f39669a6c6b50d9fd981c1a3d 0.03 MB 25 9
168,778 168,778 0000000000000a813dca9821712349b903780d413ac10f7ec0374926c31b71cc 0.04 MB 98 129
168,777 168,777 0000000000000b696533fda41368402416439cebba202704310dc033c01a4f97 0.05 MB 83 150
168,776 168,776 0000000000000b092a0428329a65e5e126a019e3222d0e77fdfb60e78e271993 0.00 MB 1 0
168,775 168,775 00000000000006ea550cb6ce7e5ba8e33c747aaa5fcd541d1967801adf1deff8 0.03 MB 62 133
168,774 168,774 00000000000005de4411ca1d26cca83b918f2d40bf7d1118690261b24cee4495 0.01 MB 10 26
168,773 168,773 0000000000000b1eb468365dcd5ca00e3803addedcacde27534fd4cda95f2ed0 0.05 MB 101 54
168,772 168,772 000000000000026e872d68753db736406cfcf0fee7d1f8e16eefc545abbb0217 0.05 MB 140 112
168,771 168,771 000000000000067b7aa10825f8fd2dc6273211799c1c984f0343b39511ef7808 0.01 MB 25 35
168,770 168,770 00000000000005308a3c7bf397e3e715fd67dd839c9f2f79e06d728c0d9e84fc 0.03 MB 46 160
168,769 168,769 00000000000001ba4fe30ce9a299c416e70bcb16f1bd16724889385d2e9d1f4a 0.03 MB 45 81
168,768 168,768 0000000000000158a485289589b7745670d74c9ac4c7c39f4671e7c4ee9a62c3 0.01 MB 15 326
168,767 168,767 000000000000072d6fdc07c444c8223e54527feacc3ad35c5ddd0e675259a494 0.01 MB 38 164
168,766 168,766 000000000000053d00dafb84efa5049d235928d54b9247932b2e9010b1fe0c18 0.05 MB 95 68
168,765 168,765 000000000000081359e5658811b937e7ff1d5098fcc545d74043ad3adc68de76 0.02 MB 50 153
168,764 168,764 00000000000000f2fec6569790268ac03f68b577b0089fcf831e3746d68d30af 0.00 MB 1 0
168,763 168,763 00000000000003bf99b657ecbe93e438cfe49816eb1150fc8d79e853df0c28b9 0.01 MB 11 39
168,762 168,762 0000000000000b284f9f7004a30660af000d540a757092010c805872e8329fe3 0.00 MB 11 106
168,761 168,761 00000000000001b20aa7bba5170e459fa002916ec517d76d01c19da9ad4857cb 0.01 MB 16 210
168,760 168,760 0000000000000124f9b5a7e1e1f9a50dd1e3cc1a211c72dc9d6ad45b1a2974da 0.03 MB 44 73
168,759 168,759 0000000000000294b30317c2b2c00c0a088bda1002c5763307f5c242ec327f49 0.01 MB 39 3,724
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.82 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.