Memory Pool Memory Pool Refreshing

8,210 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,940 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (824,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,667 83,667 00000000000fc74b4c458a31dc72e4ee5eb266f1105ca6a38a080be724ef062b 0.00 MB 3 0
83,666 83,666 000000000001dbc434d39c202e351edb06c21a818e71e53ad84dca036e80e82d 0.00 MB 1 0
83,665 83,665 00000000000847ac90a6612aaed0b9556998df26f2de5a9e0b1cbc72fa0d5843 0.00 MB 3 0
83,664 83,664 0000000000048a04424fcfb7ac0222d704a6a9ae843c183ecf6bdbabc3f83007 0.00 MB 1 0
83,663 83,663 000000000008640dc2f93d04afcbab72b3e7cdb7aaf603b7f28dadec2c1ba512 0.00 MB 2 0
83,662 83,662 00000000002bffb212a8202ba8d229e4bbe73f8b0ba27f70dbcb401360f0f5bf 0.00 MB 1 0
83,661 83,661 00000000001050add35d7ed69e2e40af8e2237c4f02d72043b2f85264e176e93 0.00 MB 1 0
83,660 83,660 0000000000243542d71a8d348092922b19d62b322eb28a2c2e5123747df38545 0.00 MB 1 0
83,659 83,659 00000000002ae32747efc8a5e88ca3213926bcbafdeddaccd78e85279f29b908 0.00 MB 2 0
83,658 83,658 000000000013adedd3e8bf750507063567bbb85052784be81381c109486597e9 0.00 MB 3 0
83,657 83,657 00000000000d76959e62ed3e1c03b13d7bae9730baf55ff8b7a1d19f694d8a9e 0.00 MB 2 0
83,656 83,656 00000000001ce88447c99790b4c3c9def7d924d6eb77d894cf626017eccd7ab9 0.00 MB 2 0
83,655 83,655 0000000000220cf6381139f009bc50b4cddab27c3c99fcaa74b9081bb4a56dea 0.00 MB 1 0
83,654 83,654 000000000007eaaa6097f11f59f017709d8e319e4b45b3ce111370d16daf2fd5 0.00 MB 2 0
83,653 83,653 0000000000239049a84c876e4a4966e5ee2a881bc76e15f6bc3ff7959fa599f0 0.00 MB 3 0
83,652 83,652 00000000000787317d02f9bda1fb32135c93e53b80526671f72760c561a4a6f2 0.00 MB 1 0
83,651 83,651 000000000013ac4b4510d9aa6052212e9cc5a80e80e3a1ceffa23bb8e47e9542 0.00 MB 1 0
83,650 83,650 000000000014db6d1d6b34a4e95d99451444cd62356943045554822018f7d08a 0.00 MB 1 0
83,649 83,649 000000000023057879603273ea75ab24b16981bb4ec51fecb5156a80513c9f81 0.00 MB 3 0
83,648 83,648 00000000002b8619031923d61ae88573163ea481e98605fd5a741434dac36155 0.00 MB 2 0
83,647 83,647 00000000000c50ca91d4975abcd8341c9bf12bc71346cfcf4891317676ee2735 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.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.