Memory Pool Memory Pool Refreshing

2,458 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,458 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (835,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,600 72,600 0000000000b0bb4c63fbe5ddc8609bb316cdd73de0a52b7a7337eda7cdda17dc 0.00 MB 1 0
72,599 72,599 00000000005cd117fc2456e714661a5ee2c92bed6238907ef2b2e6cd4c0b8d5c 0.00 MB 1 0
72,598 72,598 0000000000b6d1ebf27e244df82815a9012b65b2976fa106c5bf11d225c29a03 0.00 MB 2 0
72,597 72,597 00000000000382f0ce120f92f5205e568adbdb7cb236163a742e14f501c82fb8 0.00 MB 2 0
72,596 72,596 000000000080257712c6d1734410829ffcb7603f24c688a51ed08ca8f1c1bdfd 0.00 MB 1 0
72,595 72,595 0000000000afc18b7ddb59a41e869516aca9c940fd2a6986cb74f242b5901dc7 0.00 MB 3 0
72,594 72,594 000000000034d2119fdefbac80b34896e12a0794df89002239966e9f6f622ac0 0.00 MB 1 0
72,593 72,593 00000000000b57238aded226e662d103344b8c1d1c95ea8240e885b06e688404 0.00 MB 1 0
72,592 72,592 0000000000411699ab4fc151322fb4bad55162162977743e5b11b0135a8c2c6c 0.00 MB 1 0
72,591 72,591 00000000009855aeee88cda32fe018e6a54a3112dd63cf6d3f52a60bea70972c 0.00 MB 2 0
72,590 72,590 000000000061a86099e8e88e2ecca47bc22fb6a8e81d4e6f32fc4a3874d89cd1 0.00 MB 2 0
72,589 72,589 000000000038dbf24f44ed217bc5033a46b69523c92641ef9e78890e04b664e6 0.00 MB 2 0
72,588 72,588 0000000000b0888becc6b0717204f78cf0bad3234d7239fbbcdc0bda2c3aa2a2 0.00 MB 3 0
72,587 72,587 000000000032e8610999cc0ce4b18527a44e158fe44c8e366833ff03326b9603 0.00 MB 1 0
72,586 72,586 0000000000104e5f568266e3911c1d17a0f3ef87d904018888ddf082b3dc110a 0.00 MB 1 0
72,585 72,585 00000000001e6f99739eb591d25a38e3dd37bfdbf46709f004fbdbc67a8aa224 0.00 MB 1 0
72,584 72,584 000000000023e5aa85b67869004ce9ce156cfb3f5100131fb0cc3d63643f1518 0.00 MB 1 0
72,583 72,583 0000000000026396903dbce7bba4d0bb56aae858313de524e14254c899906f06 0.00 MB 4 0
72,582 72,582 0000000000947bc054258bcae56b3f896fbc4d156184b7ce12659af0fe2c6323 0.00 MB 8 0
72,581 72,581 00000000003b62bcc76eabda5363e6bbdad61e7e3ab43201f88d4f923c741e0a 0.00 MB 5 0
72,580 72,580 000000000030931f0108aa2bf7fe97df475cb2e315b7ae6a8fee50863fdc205d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.16 GB sent, 99.96 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.