Memory Pool Memory Pool Refreshing

12,187 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (774,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,827 132,827 000000000000015d7cc1a6e2098d9a3b35999d3d29547ff09955fef1f9451411 0.05 MB 147 189
132,826 132,826 0000000000001063ea4306bfcbf9cb4db4e792ac958054e62f59a9905bf2e511 0.03 MB 115 2,541
132,825 132,825 0000000000001197869fa4545b406938cf7fbca8b3ec64b14e8d234669ebcfc2 0.01 MB 13 824
132,824 132,824 00000000000000349012f67e96c81572825af74b6ccddb3adb6594d5df254f39 0.01 MB 48 165
132,823 132,823 00000000000012f6270cf9b03d8ffc9aa144fa587140a1be20e24c05edd008f1 0.03 MB 84 201
132,822 132,822 00000000000002b368f59464e2540ba19eccb1261341520bd387770d5d401b9b 0.00 MB 12 87
132,821 132,821 000000000000120078f8a11007cb9b248eba7fcb872e44fa6550ac9abbc38bf0 0.01 MB 33 650
132,820 132,820 000000000000018c16610a65e273962ba9375048ab12b1f90a5186b323979845 0.03 MB 72 277
132,819 132,819 000000000000074658cfce104b99456420853101d123a4c63d8c3ff9b274df0e 0.00 MB 9 84
132,818 132,818 00000000000010b2bbee4e4f6c908ba989a4d54ad94254965810df1abbb26ebb 0.03 MB 98 63
132,817 132,817 0000000000000562530aff8fbbfd58c7ee27464f925e667ed2d2e2efc0804d70 0.02 MB 39 637
132,816 132,816 00000000000005ca5242e8f78eee0c1f60885193258d10da8b0984b87ec29d38 0.02 MB 48 266
132,815 132,815 00000000000010908c2941b2143f728868bd60ae264d1729f21883277287a79d 0.01 MB 18 411
132,814 132,814 0000000000001138daf2dbf83c4aa6f51fa5ce6822e4fb2eb98a96bbff39a834 0.01 MB 31 819
132,813 132,813 0000000000000e0535a47f6ca1028d586876eae318f5ede9e2bbd306e7b87532 0.00 MB 5 65
132,812 132,812 000000000000108650c2ea26a852b14ce695543a3f972b75f876d407f59d21fd 0.01 MB 46 646
132,811 132,811 00000000000009c1e126689d5f2d6ff95a522f7da254f90309fdc64d158aafab 0.00 MB 9 17
132,810 132,810 0000000000000c312caf683d5711f743bc0ff4f83319818cf5586f6418ff4d70 0.01 MB 25 155
132,809 132,809 0000000000000bd48d3660c220279c2c0e2686ad9be9d535663c8b4eb90cf81d 0.01 MB 22 109
132,808 132,808 00000000000005df8064d28e3630075015ef80d3e8b1def1e85bb1ba0b4506e4 0.02 MB 75 135
132,807 132,807 0000000000000dd414e4a69c762defff6f63da1e5b3229cdcbad0beb12ae4d4b 0.00 MB 11 448
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.