Memory Pool Memory Pool Refreshing

3,843 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,360 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (774,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
132,806 132,806 0000000000000407a69f9911cd84636cb4576cb9329dcfce407703e3b2ad6f47 0.00 MB 11 488
132,805 132,805 0000000000000ea08645cc61ca02453623d05c71d4efb866a18d2f802ac8cbef 0.04 MB 128 484
132,804 132,804 00000000000009c435cf57d1b3493f25e1c892823a6857d1be87890e0db77a69 0.02 MB 59 146
132,803 132,803 0000000000000a484530aff47f88ee1d7bac91b2886e9c9e86d1cbcda84085e5 0.02 MB 49 511
132,802 132,802 000000000000009efde53e3e354c1f4926d423d6c78fe5d18e3bd590758a3491 0.01 MB 39 600
132,801 132,801 0000000000000df42b538904cb22b26f00d6959009fbf30de0385ace8cb47a8f 0.00 MB 14 424
132,800 132,800 0000000000001214acf5b4c84b9f7170f168ad667eaecc03fea5265b0cdb9398 0.02 MB 63 263
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.