Memory Pool Memory Pool Refreshing

7,073 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,705 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (95,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,814 811,814 00000000000000000000778a443c1f043468a82276088f27563c595910cae4ce 1.56 MB 1,714 4
811,813 811,813 00000000000000000000491b9dabe184d0cba4dc47115acae380cc4100d9374c 1.28 MB 823 11
811,812 811,812 000000000000000000030a8ca42f80c254fd064efe1fca09344d5adae0d98565 1.30 MB 1,035 5
811,811 811,811 0000000000000000000485b623326a3be9f656a82b5266d096d19110841147c9 1.16 MB 275 7
811,810 811,810 00000000000000000003800c814049a916fd9b5cf8b6902303b2b89ca10472f7 1.33 MB 1,558 14
811,809 811,809 00000000000000000001493222b796f1ac0307b8eefbd5239a2768dae53dfa86 1.23 MB 1,383 13
811,808 811,808 00000000000000000004cdb78e3791c9f00e702b2e7f81e8ece9884fa34b2abe 1.24 MB 625 7
811,807 811,807 00000000000000000003f2d3404cdc0adb0189e6890b8cd9c4861ef20dee14c3 1.24 MB 1,125 12
811,806 811,806 00000000000000000001ebe963efd1c54c1dd9fb52d68673a0daa192ba54177a 1.83 MB 507 6
811,805 811,805 0000000000000000000475d521930d3b17ccf8003408174cec1527702bc5419e 1.25 MB 945 12
811,804 811,804 00000000000000000001a47f8d66e76caf0532fc9f0faaa48d88759f95623ed0 1.43 MB 910 7
811,803 811,803 0000000000000000000454af52a0e86c7d3b7763661597d1bb687b095089038a 1.18 MB 1,044 12
811,802 811,802 00000000000000000004414f0d27d7f36ca38ffb1d0a4b7a884cb63c68d915bf 1.31 MB 619 10
811,801 811,801 0000000000000000000005806e336015ed345e9697d1e36a51a2eb2ba30f5996 1.38 MB 1,629 14
811,800 811,800 0000000000000000000223c5283c7913346c738dbb8bf6f9092d36e979f3217f 1.64 MB 2,668 16
811,799 811,799 0000000000000000000321fcb8062e5963ca7eb0a440c964d7afb87e60e468a7 1.68 MB 1,122 13
811,798 811,798 0000000000000000000128c9e3dcaed687b1aed9103daccc4b0ab6c25610a03b 1.33 MB 1,398 14
811,797 811,797 000000000000000000039584953d3be1de48e9da51c5eaaa5457f04056496da6 1.20 MB 415 8
811,796 811,796 00000000000000000001b3890e6ec6fd2b8c9ee91df116ebc7be949758098552 1.23 MB 658 8
811,795 811,795 000000000000000000032ee0c5c79f66316b65061d15b50cf3190e70d2970df6 1.25 MB 1,038 12
811,794 811,794 000000000000000000041340655361b4ee21aeecb526cd6d57ce2fa4c3943647 1.20 MB 893 11
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.76 GB sent, 93.04 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.