Memory Pool Memory Pool Refreshing

8,729 transactions
4.12 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,130 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (785,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,671 122,671 0000000000004dca17582da7b128e44b567203bd74879e213bc99d2ed1db2a1b 0.00 MB 18 205
122,670 122,670 000000000000514d74dc116b6fcd6488b369e79e8476445b891a0c2032721b79 0.01 MB 12 824
122,669 122,669 00000000000071021506d6fe0e30c6bf26e7f8bc4fbf1c6b4c6aa730d3d32da8 0.00 MB 4 5,988
122,668 122,668 000000000000902f10435e5a1fea8d41e1799467b1581bc5feacbd9e05871a55 0.00 MB 2 8,968
122,667 122,667 00000000000064529c661769108c72c44b16e8f35c3e3e846e3d9663955d32fa 0.01 MB 15 193
122,666 122,666 0000000000002c7aaf033dfcdcc6ab9edf11bb1df4b465b7f8eac163eb30b635 0.00 MB 4 4,054
122,665 122,665 0000000000000105a304af73c45876c4461101b98e6af07d13e19a36e3721693 0.01 MB 21 272
122,664 122,664 00000000000011ee58f66ad7fb414325ed4067accc07f391d1fa460e2e8c3dfd 0.00 MB 11 2,560
122,663 122,663 0000000000004ae578364ccc80d1ca100f5cbfddf1926cd359a016c2596dff75 0.01 MB 41 1,069
122,662 122,662 00000000000079de6ad749bf020028f5152f45180b89742dde46b850a8063ac1 0.01 MB 21 2,671
122,661 122,661 00000000000044b29d23ebd1bff7fe3151671541a1828dff6dd5e1ec79116af9 0.00 MB 10 811
122,660 122,660 000000000000882062bfe8e1fe328be59bf94a8611386ddf629e84c649727268 0.01 MB 40 895
122,659 122,659 0000000000002b914e9fb1dd24aca7a7056a733c7f16832f5c27a317b4b033d3 0.00 MB 9 650
122,658 122,658 00000000000050e15592cd7db6a223e01d7a624798bdb39b003b5a451cf0db3d 0.00 MB 11 0
122,657 122,657 0000000000008005bb325103c639140d95b09fc2819b70477046906e966211cd 0.00 MB 11 0
122,656 122,656 00000000000006072c1dfc5d70f1d744c64024de589fed3cf8dd64d5512c4a52 0.02 MB 43 336
122,655 122,655 0000000000007bc67ddc507b7bce47db22bf743b448ece64629e887eb00c3b61 0.00 MB 4 3,174
122,654 122,654 00000000000090ccc81fe4007c0c4105239cc2416b490bf7373d30fefd4d1654 0.00 MB 8 475
122,653 122,653 000000000000691c2bad2f169f5a5ce5393a4dca685303e8a4cc9726ba20e0b0 0.01 MB 18 121
122,652 122,652 000000000000539ed97e527d86d5d1bdadef6ef9ba58eed18aaf6626ab8296b5 0.00 MB 12 598
122,651 122,651 0000000000003456a88a4736c28b1616004ef8dc0c2958c02445783aa8dbc37e 0.00 MB 8 311
Previous 10 blocks ↓
Total Size: 769.03 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,625.54 GB sent, 93.03 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.