Memory Pool Memory Pool Refreshing

1,624 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (8,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,591 899,591 0000000000000000000225105a93691581fc5bed22c24310c673c9c1a9ad5239 2.81 MB 271 1
899,590 899,590 00000000000000000001d883db2846f574f355eaed6b3d96450084265aec9b0f 3.55 MB 403 1
899,589 899,589 000000000000000000012482f3cce196901a66e98dde13bc0375dcfe915f82cc 3.54 MB 307 1
899,588 899,588 0000000000000000000059f7033380e71101150384265e4675357297c51b845b 3.10 MB 942 1
899,587 899,587 00000000000000000000931bcd3a6ed7d38f58a0b58c2fc20729d73f31f60db0 3.57 MB 161 1
899,586 899,586 0000000000000000000149880e02f94c8578dd5f5125f014c667270033f37aea 3.20 MB 1,047 1
899,585 899,585 00000000000000000000c0cc1b43fe78be8d8b855c7872ebec57dfe3b1185fb2 1.79 MB 2,565 2
899,584 899,584 000000000000000000004fd0ff106271a1adf34934101378dccab10d4f3bbef3 1.65 MB 3,080 3
899,583 899,583 000000000000000000013659dd4f6c7de599ca87c27f266918aa9ed7950bc07d 1.61 MB 2,990 3
899,582 899,582 000000000000000000003c8cc6bfc03ecb8699930a478b9cfe89830e07cc075c 2.72 MB 1,622 2
899,581 899,581 000000000000000000020ef4c1b250446a149f9990133272caf3e236b16382c2 2.45 MB 2,125 2
899,580 899,580 000000000000000000008aebd042e3bbd2ec223b8a525f21fd35ab6ac47785e7 2.72 MB 1,616 2
899,579 899,579 000000000000000000007bf406a850ddc3e1e77afd3d3059634bad9300142bc1 2.37 MB 646 1
899,578 899,578 00000000000000000000679a7549a335a3a925971a5750cc1061de816d8d3026 0.82 MB 1,106 2
899,577 899,577 00000000000000000000810a82774148504c39499ee7f2b14a24ed54cc0b73a6 0.53 MB 907 2
899,576 899,576 000000000000000000004c4c7dc7b2b045b2ca56550f1b8e05783da0aca05e52 0.80 MB 2,236 2
899,575 899,575 000000000000000000011ac193751bda46020484cc14b8a07d5e2e205b1eafad 1.03 MB 2,288 2
899,574 899,574 00000000000000000000b4193f48aab46d704bb020be5669c0a00d96db286f7f 0.46 MB 1,747 4
899,573 899,573 00000000000000000000296f50e43f43964f31ce8a2bd3de4ad066cc60dc744b 0.23 MB 859 5
899,572 899,572 00000000000000000000d1b9bbc8f2b2a3a63544a6d4436c593c918d344742e6 0.01 MB 17 4
899,571 899,571 000000000000000000013951b0e2205e9c282951e7cb065a76f207664ac28526 1.64 MB 3,232 2
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.