Memory Pool Memory Pool Refreshing

3,801 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,569 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (30,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,687 877,687 00000000000000000000e04624372fbc4fdb35112b6e3f41dee3821de6a0f3e9 1.56 MB 3,505 8
877,686 877,686 000000000000000000009b88e988bafc0667cb8a601ed2e4c4db4640e8816970 1.76 MB 1,518 3
877,685 877,685 00000000000000000001b4c28050150612271854aa048d983636e7d1c8e757c2 1.86 MB 3,008 5
877,684 877,684 0000000000000000000208c671d3c5b014325dfd86504e7b056c4936e0774f9c 1.69 MB 1,867 2
877,683 877,683 00000000000000000000711377a4bb00835d8b55c15ee1301f54e4f36a414c7f 1.99 MB 1,945 2
877,682 877,682 0000000000000000000231c8570cfb399b9a873bbe5e85a5c8683a125115a913 1.78 MB 2,493 3
877,681 877,681 000000000000000000010f0a286834276ee097129ad89dbc687bb5da86b8a2c1 1.95 MB 3,226 4
877,680 877,680 00000000000000000002352f9f7ec6f32bad9cb0b50622d3f6bd98559e44d1f0 2.06 MB 3,402 3
877,679 877,679 00000000000000000000078550437f695dec35872186e8a65a3e772e62aa4299 1.59 MB 3,773 4
877,678 877,678 00000000000000000001ae7f666638d27373f7dacd635cca5ce1a1918675223a 1.70 MB 3,677 7
877,677 877,677 00000000000000000000e5a59a37d0d11b9313d186809be4e5cf416ac8f067b2 1.57 MB 3,766 8
877,676 877,676 0000000000000000000126a0cdb88e4a023ceac0c24eeb093f02ec5fccb2e5bb 1.63 MB 3,673 6
877,675 877,675 0000000000000000000035fcf777a9ed4a3fa37d0ed9709257e5affbd9624de6 1.84 MB 3,123 4
877,674 877,674 000000000000000000024105e6e97d3e07a2dc342f4466c4b8bde60ec8c6884d 1.73 MB 3,180 4
877,673 877,673 000000000000000000028a184ade7f7e4e597984af5319d5c9676d64f678b77a 1.55 MB 2,481 4
877,672 877,672 000000000000000000025848de4370dcecbe21e3eebc37d9069e13a314ad4fb2 1.50 MB 3,569 8
877,671 877,671 00000000000000000001450bab09ab0f45309239918fa2da96c2b829f2fdb3f4 2.10 MB 3,018 3
877,670 877,670 00000000000000000000812ddf2caa19f7c402c15e837fd6d42f790939e3cd21 2.02 MB 3,288 3
877,669 877,669 00000000000000000000fc8ecfa141124886b12ef6a1545fa309c6e2eb028bfb 1.84 MB 4,055 5
877,668 877,668 00000000000000000000956dfef18e3287c2fc0fd5bebc24b2804fea27ee18c2 1.60 MB 3,815 4
877,667 877,667 0000000000000000000151b3ad452d15edfbf0d1810dc6568bf638ed6f009076 1.69 MB 3,443 7
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.56 GB sent, 94.33 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.