Memory Pool Memory Pool Refreshing

2,754 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,623 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,746 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (845,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,418 63,418 0000000000afb6c3c004937ebb5bea46699431595ff9d40f4a3a6eeaa978218d 0.00 MB 1 0
63,417 63,417 000000000b11eb1b8ee7c0f84004b25a094ce63ae923ed2fa3616fac2f842e74 0.00 MB 1 0
63,416 63,416 000000000a8b4183f10dfa640fb7f58038926cc85df9ec4f5be9a2c84de3e651 0.00 MB 1 0
63,415 63,415 0000000006b6d4002f5f9993d5019867dc4f3c1ed3bd7028502d5cdc863e3f87 0.00 MB 1 0
63,414 63,414 0000000005497c9f94ec9579df5891e8c03a030438d5e2ebfce3f6f8faf5a7b1 0.00 MB 1 0
63,413 63,413 000000000852530b8158f3a7e541b0a24403e64659274b4c9fa05e941c92e76a 0.00 MB 1 0
63,412 63,412 00000000063e36a8345db544b4fa5f6bb581a569c6732cbeacc535d6ae5c5a56 0.00 MB 1 0
63,411 63,411 000000000b7a33e77c17a83f264a5de69be83f19b3059b4b64878e9e2b42224e 0.00 MB 1 0
63,410 63,410 0000000003d3cef5717aa4fad3eac5e249c83b5572fc158edbf0643f0960a54e 0.00 MB 1 0
63,409 63,409 00000000038bb5cadea4c3f944d34d71b16dc077701e53b26fceaa8b8ff5464b 0.00 MB 1 0
63,408 63,408 00000000056eb6ac72f61ccaadea151914aff2abe1fc215999f586cf4d1f2544 0.00 MB 1 0
63,407 63,407 000000000c647bec53b8a5719fda96435ff1349de71a6ad3d3b4859733ef8672 0.00 MB 1 0
63,406 63,406 0000000001af591f8969c12a1bc98524a8fd08c4cb30c10a22f886030d3ff817 0.00 MB 1 0
63,405 63,405 00000000028eabb62f29ccf528b4c7d0b67ed272efea697d94a2db88a519a6d3 0.00 MB 1 0
63,404 63,404 000000000ba86177ec53035ea85a5bedc64105cbb2437e7df618d08066a88405 0.00 MB 2 0
63,403 63,403 000000000183302e36a1dab1f792f0abfe8a3f93105f18ae170f1fce71759ebe 0.00 MB 1 0
63,402 63,402 00000000032c21645a50c18f08a5f51a0b1ef09b1b5131de209b3ceb33b1ed54 0.00 MB 1 0
63,401 63,401 00000000090f10e38908f30a99b0fca845e6cfbaa6026c56febf0478e4bd15a3 0.00 MB 1 0
63,400 63,400 00000000045451515841f4008e4ca6e61bc4199a98baf16349d5041afd90a7a1 0.00 MB 1 0
63,399 63,399 0000000003fa93e086ac5b021e648ef03528757b7ae0dd9e2675dadf2beaed65 0.00 MB 1 0
63,398 63,398 00000000075cc7ec703a030a47d5c28fb4fcd670c2a12d08cfb951eb4d94f99f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.19 GB sent, 101.21 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.