Memory Pool Memory Pool Refreshing

1,508 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,101 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,495 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (805,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,001 103,001 000000000000fe53268d70885be56629754ee905e4632cc22839a05b8cfb0e13 0.00 MB 1 0
103,000 103,000 000000000002de7f6fb9d9b6c03d948a26f31922738b87a658489bd800bcb17d 0.00 MB 1 0
102,999 102,999 000000000002ac4f9310f96b100cc908303b65c186229f1e2322276b779f2fd5 0.00 MB 4 0
102,998 102,998 000000000000b3e9edf945a554527fc5ed4e08cf59c9488addfaa8ec4e4346f1 0.00 MB 1 0
102,997 102,997 0000000000022b100e16e95fb2f5a38bfa0df0ebc05cd00e3cfd185854485b36 0.00 MB 2 0
102,996 102,996 0000000000016a77710f41f694ac86a751e60e8c70518c5f52f632447741aaf8 0.00 MB 6 0
102,995 102,995 0000000000019fff9626e3569321d60b5095c05fd75dff952936a7579be091d7 0.00 MB 1 0
102,994 102,994 000000000000316b259bc06c8ef90aa09b0f2803a6a1a6063c82a43733d7f05d 0.00 MB 3 0
102,993 102,993 0000000000018f385b9895b80f839df61298092e6e11e8c9e44b5b040b3ff054 0.00 MB 3 0
102,992 102,992 000000000001abb99d631d1e6a3016b493d972628b5a75e699c90e0737cfaf1e 0.00 MB 12 352
102,991 102,991 0000000000005f3c762b031ffd385b93348383274e3be506f75a5cc179ba273e 0.00 MB 11 0
102,990 102,990 0000000000007c0ed3930bf7a87776c8d1c8cb7bc1ac9070cb9e2f2e1d8650ff 0.00 MB 10 0
102,989 102,989 0000000000035b3f5aac06ff7411a042f35b1b1684addbc89a14074036af750f 0.00 MB 20 0
102,988 102,988 000000000000285993c74dcd11406a0b14614875b4cc98053294c3d6d077d3ff 0.00 MB 5 0
102,987 102,987 0000000000014bd933cc1a1295b7d50b5a328065866056b5aa514758de840ef8 0.00 MB 6 0
102,986 102,986 0000000000008484eb04e23c0d1a7ca24032688addf9de9c426f922b530584e3 0.00 MB 9 0
102,985 102,985 000000000001341ac34ec0dd3da7aa796ab3e45f3ea0b9e45943f479d2da4f5a 0.00 MB 4 0
102,984 102,984 0000000000000499b36a34f1b0de2a79d960e2d4afad0746ce6e99f1d3e750e5 0.00 MB 10 0
102,983 102,983 00000000000311065cbc9b49ac3041fb92ddfa798c019f93d39fd3a56988de92 0.00 MB 9 0
102,982 102,982 000000000000d6f0a47c4c75088e18741f16331ed1173a420d37b709c9759326 0.00 MB 8 0
102,981 102,981 000000000001ba531ea6d17401412b23596f89c291a62ca7932b202763700b44 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.99 GB sent, 96.55 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.