Memory Pool Memory Pool Refreshing

10,152 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (632,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,422 275,422 000000000000000193552e67a7d2d778fd633899484c7a3b54d970d03b412040 0.05 MB 105 35
275,421 275,421 0000000000000000f64f59a53921aa7b444c0edcab3e3d0ef08c01f990782d9b 0.15 MB 342 50
275,420 275,420 00000000000000000e17262ee705301bb735ad3e66b377091ee7934b2c21dc21 0.06 MB 104 34
275,419 275,419 0000000000000003a96021bc7f370e45f3320b978fc71906a61aae75a75c6be4 0.22 MB 486 46
275,418 275,418 0000000000000003bd8d354d6a764dc52aa5f38edaa44fe614c965c2c3952879 0.08 MB 132 7
275,417 275,417 00000000000000013012f4cdf5baef9c2cc7861d574a76644ee34a554ad9028a 0.10 MB 160 40
275,416 275,416 0000000000000003572f89b0072f5091c8893a9876ff3e41c9b164e470adc488 0.14 MB 235 27
275,415 275,415 00000000000000016bf1eef4382b22f51a2422ed8dc6c0e889cbbdd39f24e161 0.15 MB 143 11
275,414 275,414 0000000000000001cbec02648253ff3c0ce630ecd79eb0985d6e3e511543f6a0 0.15 MB 112 2
275,413 275,413 0000000000000001d9d876906664fb4405fff5052f53ee468f21f68df2fb0cb1 0.15 MB 115 10
275,412 275,412 0000000000000003114531e9cf787f3a0d643a4d50e9389d162ee943493518cf 0.05 MB 141 41
275,411 275,411 0000000000000001959bf898acc88c100a0d9d9808def8f6e42aa485c912d8f8 0.15 MB 348 45
275,410 275,410 0000000000000000937e6879d8bea9c13bd94e6f3a975f8e8e6349b96d9fa123 0.20 MB 470 46
275,409 275,409 00000000000000030c7fbf4f7a2ebb860968bdab51175ec9180527410012e545 0.15 MB 266 39
275,408 275,408 00000000000000021ff98c61565a3d3706920105171d1bb84712a590affe0aef 0.25 MB 537 38
275,407 275,407 00000000000000030cbcdbc57ac5b846eb2b031afb6932efc0796a5351292892 0.25 MB 532 71
275,406 275,406 000000000000000213fb5c6933b97b01ae3d4dd6def9f4ef29211118e5c10d0b 0.15 MB 35 0
275,405 275,405 000000000000000300a2f4651411b59bbfb8c1788d3b847a8d0151ac199addee 0.15 MB 280 34
275,404 275,404 000000000000000150365112680114cddd34b47cbf8a41c4e6823b38bf643f98 0.15 MB 200 33
275,403 275,403 000000000000000390f363edd443e8c33f82c2ee7aa52604e31e35427dbf68cb 0.23 MB 296 25
275,402 275,402 0000000000000002cdf3ff81bc0e05a9e672baa970602247324c7a23cbe24499 0.50 MB 1,324 49
Previous 10 blocks ↓
Total Size: 768.93 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,612.30 GB sent, 92.48 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.