Memory Pool Memory Pool Refreshing

6,416 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,915 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (8,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,465 899,465 0000000000000000000181c66d076c424bdca6653ff12e5b1df9660ceb9c8c63 1.54 MB 5,156 3
899,464 899,464 000000000000000000020d7c1802f0def99ba3b0b7d5321781fa4bdf67ac40b9 1.43 MB 5,731 3
899,463 899,463 00000000000000000001de53c3f6439d0d865ebe70bef42ee6f208e47615bf7e 1.55 MB 5,035 3
899,462 899,462 00000000000000000000fe82e428c555545d917a01c587a86e9920f3ace2921c 1.43 MB 5,825 2
899,461 899,461 00000000000000000001abbb9a0129c7a2ee033a777be166b961c55825da2185 1.47 MB 5,707 2
899,460 899,460 00000000000000000000610dbf23c73024d301a3980d5af3921dbbea84c6f009 1.47 MB 5,399 4
899,459 899,459 00000000000000000000cee64b04a8109883e130956706f7a1f93b6b80566f40 1.49 MB 5,719 2
899,458 899,458 0000000000000000000187306e390514d07a3e1e59416079f5b09b6c8b5fb672 1.54 MB 4,636 7
899,457 899,457 0000000000000000000154e1a7410ea705b2b580c54067dcd2f5a9cdd69ea279 1.37 MB 2,354 1
899,456 899,456 00000000000000000000714a511d16bc7f8f2876cf6951c4ff095c70467ed33d 1.55 MB 4,480 4
899,455 899,455 000000000000000000021765a06085e4c7901da19cfc4bdd67fddf3c99ec82a2 1.47 MB 3,931 2
899,454 899,454 0000000000000000000106a738969ad716753aee8806b9beb5d686cc70fedfff 0.14 MB 419 1
899,453 899,453 000000000000000000021431c0f8c134d1d84222c9748497d8a7ae79178f9ecb 1.40 MB 2,666 3
899,452 899,452 00000000000000000001f72efd534a589d490a979a9e83d765754f8095152721 0.46 MB 672 2
899,451 899,451 0000000000000000000140720ebe2af7e8ee0417c943124eb7d1a0bbd5e2d690 1.36 MB 2,510 2
899,450 899,450 000000000000000000011cf62c38ad1460c4b9f2b7e62421c34d49509d78ac77 1.11 MB 1,859 2
899,449 899,449 000000000000000000005d264eedef848759715a7fa3dd3ef79eb98e0d85433a 0.40 MB 580 3
899,448 899,448 0000000000000000000018bd2bb517fabf73c89627673b22064bfeb97747231e 1.48 MB 2,726 2
899,447 899,447 000000000000000000014df473455ea00cd0cf37830597648aecae8b629f90e8 0.58 MB 1,268 2
899,446 899,446 00000000000000000000ac2a62eddb95b29d108f967578cafc01b100e656233f 1.56 MB 2,779 2
899,445 899,445 0000000000000000000163af0286da56e17f648fd045110c8319b40b2f137770 1.34 MB 1,648 3
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.