Memory Pool Memory Pool Refreshing

2,455 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,984 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (760,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,446 147,446 00000000000000ee443da00458418731f0f607395d8229bf89f3488df6919284 0.01 MB 38 8
147,445 147,445 0000000000000468db5bba34ffc03cceec9e0cc927fab72268b0d3bf46a0f238 0.00 MB 12 0
147,444 147,444 000000000000034c2c113ae5cf427b8beed4e60ead1a60eea337ed6fca10d119 0.04 MB 87 83
147,443 147,443 00000000000005cbb7f3bec0217b6ad4e2654f8d8e1924a0eb10bc349577447a 0.01 MB 12 35
147,442 147,442 00000000000001ed7361359629e0d1d31bc811fe27fd7272af82a5b8c26d28c8 0.04 MB 84 248
147,441 147,441 00000000000006b7f3d24c4a6597da2aabb105976912f5e06f54a312fe1fb151 0.01 MB 16 90
147,440 147,440 00000000000006139e825e53c55860bc21af607a87834705fc764ae5750d09ab 0.05 MB 133 60
147,439 147,439 00000000000008115cd227962b289552018cdf88cc5ab51674672390f7943915 0.03 MB 54 135
147,438 147,438 00000000000006f154d2aed0c42c9c5deb028204bdea60d6743c697a4b451566 0.00 MB 6 0
147,437 147,437 000000000000064a335301d4c70c872b14f4bfd42637174f33364aae55320f75 0.00 MB 9 49
147,436 147,436 0000000000000870027082a3af5a68ed9924b627e79e3ab61635c27d74dba2e5 0.04 MB 134 15
147,435 147,435 000000000000012520edd9cdd2f3be71b8d28355b5d8c456683dcb1b51f643c1 0.05 MB 121 216
147,434 147,434 00000000000005ddcf8cfc326f0d9d103c333c7fdf37e04418c6b7c9eae5cc2d 0.01 MB 23 127
147,433 147,433 00000000000001427a54d78e714d0aa8e8b938ff57a0a46f846ed35a229cc4fa 0.00 MB 2 193
147,432 147,432 00000000000005cdb52e98c67b737131f4fcd24fd3cc82f2f928b1053368aa09 0.03 MB 83 75
147,431 147,431 000000000000009a406cc0ff4c460e173bd2c2f90ea29e24bb0f7c8f3d46f3cb 0.03 MB 107 141
147,430 147,430 00000000000009c663e3d606a7b58e5fd176a7541783d455a80ebb2c26850c56 0.01 MB 17 197
147,429 147,429 00000000000006ae7e4b90ba47a658eb0542cf1a8d2793c5b4ee0eafe9c761df 0.00 MB 13 15
147,428 147,428 00000000000000d9888816b6c6545a28dc15a20603b67a040dd08aba4740b9f2 0.02 MB 46 487
147,427 147,427 0000000000000615f93dcd5ce22b7f736a57f8d28352b9a01cd47c30f23603af 0.00 MB 15 519
147,426 147,426 00000000000007036fb512a1ea4af65af4bd94462c09493cdc618d84b4c1e710 0.03 MB 67 126
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.