Memory Pool Memory Pool Refreshing

3,034 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,961 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (873,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,865 34,865 00000000337563851b555492d77f07052773f498ce9be77d7cc154dbe1188e49 0.00 MB 1 0
34,864 34,864 0000000083719bfd67687378cbc9ddf3436f38e95751564c163d82522f2bbca9 0.00 MB 1 0
34,863 34,863 000000009d59dc8d60a85dd07afa6be1ac7b6e015d7f31939d508bb3c651c41c 0.00 MB 1 0
34,862 34,862 00000000be8f9cec70824ccb40c0281f54372f6c48d5547ab1800cc6e16901d1 0.00 MB 1 0
34,861 34,861 000000004531a95987ccedf4d45908d88727214d763b3a84e2e9d2351b1dff0c 0.00 MB 1 0
34,860 34,860 000000008c4c281b2f27cdd5a6ededafd68737c37a88ad2b1eb088d9b9b1fd3b 0.00 MB 1 0
34,859 34,859 00000000a2b282cc6f1f43f2c82dc8942f3dd90d6d4a9376c0dcca05e15281d6 0.00 MB 1 0
34,858 34,858 000000007eb97df3f62e6da6f532239b27a2d73c19ac611fc52c61053807f493 0.00 MB 1 0
34,857 34,857 00000000521a4323d3fe0ebe77d181bc0a0fac6593178eb048c7f390b54a8342 0.00 MB 1 0
34,856 34,856 0000000076d0c2f994b3e9f75e88a05f4decc45f2e33a71496b6a679d27461fb 0.00 MB 1 0
34,855 34,855 00000000aa905cd1568c71fd93c2bd39487f098e14f5e865ecd02548d129b63f 0.00 MB 1 0
34,854 34,854 00000000868049f9f3be97f50034313299665cec3ea93f00069ee24330638f62 0.00 MB 1 0
34,853 34,853 00000000294a0c52efa123b3013b14aa5507bc7c07c1205c329b7a6e15e6b5bf 0.00 MB 1 0
34,852 34,852 00000000b9d28b25f294424e2992e054373b6e58926980d1bdffa3471e587072 0.00 MB 1 0
34,851 34,851 00000000a93800658b699be2b21e0333570b9f889b9e527920fe64f30dee348c 0.00 MB 1 0
34,850 34,850 000000000408c63f9d7ebf1442a768129bab0183f5c5a99611f39f60fe75c7a9 0.00 MB 1 0
34,849 34,849 00000000b7061f1cbb9a51b0d9cd3d44325536b065defdcfc143ed3096ecb1d8 0.00 MB 1 0
34,848 34,848 0000000025b320c682547f75efcf1521186a4ea87148dfb4505989ba15d3ade8 0.00 MB 1 0
34,847 34,847 000000000558b184ead2f1a6864f223395769f4fc17ae5952bfb6267a418af21 0.00 MB 1 0
34,846 34,846 00000000b30cd3ec67ad96dc357a19234cf5edc441192d29a46064f5e53af48d 0.00 MB 1 0
34,845 34,845 00000000610901fdeb438ab0a56b918b5e1eea66814fa9a3585bcda4c4fb9407 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.75 GB sent, 100.69 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.