Memory Pool Memory Pool Refreshing

2,710 transactions
0.82 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
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,729 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,686 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,728 (841,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,926 66,926 00000000035491fa4b4e9944c4987d031600c1d83db3b9f763f1ba96f17bb343 0.00 MB 2 0
66,925 66,925 00000000008a29181dca8294aba937eb862a663b093614573183a1a1246f5790 0.00 MB 1 0
66,924 66,924 0000000003a70bd57d1ab734666962b5140c88f1102ae97a91b50074961b841b 0.00 MB 3 0
66,923 66,923 000000000426f4855b35df9e06cf2bbc6b25503dd4944f5792ebf84184fe87f7 0.00 MB 1 0
66,922 66,922 00000000006c97c0ed8e5adf0295bf65920eec02e25c6d8cbc90901a0412ec84 0.00 MB 6 0
66,921 66,921 0000000000de6db0442aa49733076e2e26864e9404204b5b9709c2b2acd776c4 0.00 MB 2 0
66,920 66,920 000000000038127a07f3e7b9d82fb356cd86b17be71684c1feec47765c673aa8 0.00 MB 2 0
66,919 66,919 00000000056c5c63235517eddb3111d16b6c0b25dabaf4702577c990b46b3563 0.00 MB 5 0
66,918 66,918 00000000021bf2bda0f30d8f3c4d1d6b9c8d8d7027565609afee097993e318f6 0.00 MB 2 0
66,917 66,917 00000000016ff68a8b7c2d49dfeeab0280c7b515781afecf997e2581e3d4da98 0.00 MB 3 0
66,916 66,916 00000000026032f4e4dc92c58774e0507ee6a6347adff86dc0a6fe7161482dd9 0.00 MB 4 0
66,915 66,915 0000000000b7e3aa1c0ad5c4679f39034d7edad71d356083a02de67fb7136b29 0.00 MB 3 0
66,914 66,914 0000000000a4e429aa21518e5c24d2c8aacdd96d536ff705ceed8b24d11ff7a8 0.00 MB 1 0
66,913 66,913 000000000261a9ed1327fa32b25401584b1e76b79178d804669c679bc923b9a1 0.00 MB 5 0
66,912 66,912 0000000001f7d24636d7721b5033fff21860aaf3e65a4f1ec1eac50025765563 0.00 MB 2 0
66,911 66,911 0000000002bc5ca5411f18dc715afd4f50d5c9ec87163ad9a28d0ef895ab83cb 0.00 MB 1 0
66,910 66,910 00000000004bcdc584497e698b71f1c9a4d44ed4bb941896361e15cfe0937212 0.00 MB 2 0
66,909 66,909 00000000038ad536ff68ab936538777f5022cd9d8c54408c1db3a4f0dac93131 0.00 MB 2 0
66,908 66,908 000000000490727250ec3c59d12d41e402e9c325870a53e2757185eec36010a8 0.00 MB 17 0
66,907 66,907 00000000047b22238aa890982f0a6fc1802cba2c57b8d2e34f7330d135b66bfd 0.00 MB 1 0
66,906 66,906 0000000004cc094534d1d1ea7ce912c403532a1706f31ef9699bade1929b7ab6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.06 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,855.16 GB sent, 102.25 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.