Memory Pool Memory Pool Refreshing

784 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 784 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (181,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,990 725,990 00000000000000000001eefd564f2d9843d414c1c2890d58b5838804c16dd66e 1.43 MB 2,982 21
725,989 725,989 00000000000000000002619c6084533b7951bd447239dd02f0b0fa71b6981db6 1.27 MB 1,689 13
725,988 725,988 00000000000000000004f043c020ebaa4d5011a25abd47bd00abb63d842b6891 1.47 MB 3,304 12
725,987 725,987 00000000000000000002cf66a202be0304d21729c3fcae4bae7255d102420cbb 1.51 MB 2,719 12
725,986 725,986 00000000000000000004cc101b45ac1c54f24c90383ae9e17c783fae6d68206e 0.43 MB 747 11
725,985 725,985 0000000000000000000a1af02b181313b4d3760238a98b57060ffaba03da3c52 0.18 MB 270 10
725,984 725,984 00000000000000000002759d197610e931652175c295d6c07130458541758ef1 1.21 MB 1,319 6
725,983 725,983 0000000000000000000844fddaeb753c3b8d1c6deb28e44a87684d74c9447256 1.58 MB 1,631 8
725,982 725,982 0000000000000000000265502254612d2ac2278925fadf360686df2c3c8b8b9e 0.14 MB 101 10
725,981 725,981 00000000000000000002648a9457cbc584cde77173273d635f9feabc1590c38a 1.44 MB 538 2
725,980 725,980 0000000000000000000895aa9ccaaa2a58bb3c93a057b100bc76ac2093a1ede2 1.46 MB 2,659 5
725,979 725,979 000000000000000000008baba6f3e18812686023c247e6abb0ebe6f3d78045b9 1.36 MB 2,618 18
725,978 725,978 00000000000000000007b6091345e15a4630e395a7137cf0107bcbdeced88cdf 1.29 MB 1,704 13
725,977 725,977 00000000000000000006e02e55ccd9d899a916f49e517848c885fdfa0da9276a 0.44 MB 605 11
725,976 725,976 000000000000000000054e2e23aaefb11d6602e3126ecc6f6bc835f2951be602 0.06 MB 150 12
725,975 725,975 0000000000000000000654d9e62cd08c118655f75f323c452f5d54ee87d9dfb4 1.05 MB 1,765 10
725,974 725,974 00000000000000000003ddca6fce2149d591360d330edb3e97b49f32f6fa04d8 0.39 MB 794 12
725,973 725,973 00000000000000000003c48a4c393b55196637d2c16477c4deefc89eeef6b03c 0.66 MB 1,247 10
725,972 725,972 0000000000000000000539362602356d8f62ccf6e2e3d41dcdef4330e7eb86f3 1.58 MB 1,696 9
725,971 725,971 00000000000000000000fd968fec0b890c93f4061d31c0c9019149ebacffce1c 0.92 MB 1,469 10
725,970 725,970 000000000000000000017f5276bfa6b636131183c15645a7d890d4a2e1d4891c 0.28 MB 341 10
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.47 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.