Memory Pool Memory Pool Refreshing

8,352 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,319 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (535,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371,862 371,862 00000000000000000da49d7369edbbcd9c08660b99b91bf8b15c41a0b2848ea5 0.35 MB 706 32
371,861 371,861 0000000000000000101e7245f97ad5a092f71b6e2e0fc3b8ec6add8cdc3cc6a3 0.16 MB 290 31
371,860 371,860 00000000000000000f72962584e809d8b70feced60b2e0d5ef02dd53d9227545 0.22 MB 463 35
371,859 371,859 00000000000000000608a6c784670b29aa1f44d427170b592e432919be136d2f 0.17 MB 330 36
371,858 371,858 00000000000000000d86c83be2d81a4852f0634dc0e7025eeff58c32a8548900 0.28 MB 552 43
371,857 371,857 00000000000000000aad713167d7b5d23253eec09153e6a1bc22308853ba22fd 0.65 MB 1,209 36
371,856 371,856 000000000000000012eed13f83e49b652599ce6dbf88a6e8502cb90d640d7ca7 0.30 MB 592 39
371,855 371,855 000000000000000003e40fd2b6a434a0009df52b60dbf87d52e4d9c353968a3a 0.10 MB 190 40
371,854 371,854 00000000000000000829aa63174bc51f3592f0f4a980c8a22b163f9b82564d0b 0.04 MB 46 16
371,853 371,853 00000000000000000d8d81a3051937d5b8c20056679846cb3f83ac095e4bce49 0.36 MB 640 35
371,852 371,852 000000000000000009e65d60aed9b1bbfb5fe8bc9bc7751afa4f8da25107c722 0.20 MB 288 27
371,851 371,851 00000000000000000f8d6d454d366653ebd27c738014dc2cca44d10ccdb659a8 0.28 MB 508 36
371,850 371,850 00000000000000000a639cae5cf8e5218a65bec3fd7ccba786d12fd5700fc810 0.32 MB 575 36
371,849 371,849 000000000000000005446e27ddcd6d02961964a457b8bc1bad8f6a679b7545ae 0.84 MB 1,652 35
371,848 371,848 0000000000000000101e24e8c90834db666847937ea5f01c5694874c9e800551 0.55 MB 924 33
371,847 371,847 0000000000000000003f09096421635e9e5080673eac19af827f96fab0227889 0.06 MB 107 25
371,846 371,846 0000000000000000100e0c6922bc2e59835de9df280a0166f63c1577f93de396 0.71 MB 953 30
371,845 371,845 00000000000000000d3afc916d6a4658a282cf859169dcfe1557efa032ed6fdf 0.29 MB 603 42
371,844 371,844 000000000000000012eb0379e2eb815bd96bbfe0db9564669494aec1edd00c6c 0.12 MB 190 26
371,843 371,843 00000000000000000614cb63b3f6285941e8b0cbf2cd7ec755fe53884c03e6f5 0.80 MB 1,557 39
371,842 371,842 00000000000000000f7b002eac6663c16373e116aeb4c03c337423ed147c291a 0.13 MB 157 12
Previous 10 blocks ↓
Total Size: 769.13 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,631.70 GB sent, 93.56 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.