Memory Pool Memory Pool Refreshing

13,691 transactions
4.95 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,126 (534,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,854 373,854 000000000000000003cdb37745abf5b7dfeb758d5bb1650d66d13c5b5bb0db65 0.09 MB 56 10
373,853 373,853 00000000000000000b4f0bcebf04e435c6ad5ed90348f9d09b6952246c819ba0 0.09 MB 167 38
373,852 373,852 000000000000000008ddf632bdd99b1f19a18620df9f8949b6823acbc4ba3a51 0.75 MB 292 8
373,851 373,851 000000000000000011b8438d6b933df6696b9f329c2e4a0a1ca0ebf73e931323 0.46 MB 620 23
373,850 373,850 000000000000000003787082efff5455585f81a7217640dee07359089111a184 0.85 MB 2,156 52
373,849 373,849 000000000000000000958932ab26ea34728a2acf3c79d03ff58ed254d44094e7 0.75 MB 493 11
373,848 373,848 00000000000000000bfc77a8a0323fc7b49b8052e75729b95b57c8262755f09e 1.00 MB 650 12
373,847 373,847 00000000000000000fbb2adc46f035b9b14b566d1ee3d435feb245815b3df7f4 0.00 MB 1 0
373,846 373,846 00000000000000000cc11d1b9ee47df9deffb4a23054c9494203a06e144a7d54 0.09 MB 203 38
373,845 373,845 000000000000000003d70f0f251b8fe85cd4c3fa054de0295d420551578c62ec 0.95 MB 941 20
373,844 373,844 00000000000000000fb54c978e6e992f259df9a795140ce371d0636c5e5d2e3d 1.00 MB 867 17
373,843 373,843 000000000000000011336ed31a26733491e447aa368e0b300149686e58274869 0.93 MB 816 18
373,842 373,842 00000000000000000d19a7ef72ce2902437d8a1642d77aada821f012781c0481 0.00 MB 1 0
373,841 373,841 00000000000000000f0f99ebb698bec053b1dfacd771b4cc5b5d7bfcbaa37062 0.93 MB 1,010 11
373,840 373,840 00000000000000000c5cb156710baf09330408b2afb4517c67e861eeda6385dd 0.75 MB 615 13
373,839 373,839 000000000000000004d424c0622b05a0e2b11120b016cdfb639ff088e6e9ed53 0.30 MB 550 49
373,838 373,838 00000000000000000cbf0c2421bd2d2cc8de2954c4547e39c6283690af5c57a9 1.00 MB 627 9
373,837 373,837 000000000000000009cb3de4f566f3f3fc4f74a52603d8b9596e3d75baf103a2 0.95 MB 1,039 19
373,836 373,836 000000000000000005959bfc247e4078e7f2fcc92a14c80f32e356a76be3e169 0.54 MB 1,049 44
373,835 373,835 00000000000000000774994bd8e8909498254b2501cb7e2606cbb95ef1cb39a3 0.00 MB 2 0
373,834 373,834 000000000000000006cf67bd855ea5e52e0a227f5781a4febe13f25cf3d02d03 0.59 MB 1,128 40
Previous 10 blocks ↓
Total Size: 769.78 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,680.17 GB sent, 96.85 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.