Memory Pool Memory Pool Refreshing

6,869 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (864,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,814 43,814 0000000013802642079828e73f211aedb15357a8d6878d3331711c1dcac20235 0.00 MB 1 0
43,813 43,813 0000000020a6d84da1848a55edf27f1ce770b1934a507f2bfb2793677f84fe6d 0.00 MB 1 0
43,812 43,812 000000001ce2a3746c377903e67c0e6f1391d1bcde3441694b6f0640422d5d54 0.00 MB 1 0
43,811 43,811 000000001df81e09b78aeaf96c12d8754b5fffc242a9f5cd43aefe903417770e 0.00 MB 1 0
43,810 43,810 0000000024025a35a6bcda63a564e5826fca1c6baf12d9174df162f718619ad2 0.00 MB 1 0
43,809 43,809 000000003d291560b8cdb8ded1bb2ee8c12f28bd2dea524226f0061460be4930 0.00 MB 1 0
43,808 43,808 0000000003aec8a0f5aac850270099532b9eadf8cce947ea326b6984fa550143 0.00 MB 1 0
43,807 43,807 000000003812962ab36363c4d3b46f070d7b85a83e4d6ef5daf9685a4f1f8b32 0.00 MB 1 0
43,806 43,806 000000002e13d905bef64b5fa63375b109c8fa3a570fd230cc54d2e76c02010b 0.00 MB 1 0
43,805 43,805 0000000012bbfb40c4d0cc16663dac4c3249b9fd0f1c11050c420717d91c46e0 0.00 MB 1 0
43,804 43,804 000000000b379e68f2172efc8115031a2570bd1645f8f743c09a20f822467b78 0.00 MB 1 0
43,803 43,803 000000001872f8ab8af93416c5a02179614468e2aa3b58a1a8c36ad72729a855 0.00 MB 1 0
43,802 43,802 000000000226f9ae45584b40ebee924cdc7b97e230256d9f1ff804cfc5965d50 0.00 MB 1 0
43,801 43,801 0000000040b0fb42e391dc80ece31d3a673ce0a1e7a2f7f29a9545719fba5b1a 0.00 MB 1 0
43,800 43,800 000000003090a72829ef159f8a84016e4e48d38a566d0c13bc4521c04cdc0bad 0.00 MB 1 0
43,799 43,799 000000000107d87374abce7290c5284b392cabc16eeec779d977e29c09ce8b0e 0.00 MB 1 0
43,798 43,798 000000001e4890a544ae778db086fc56db0f0ceddc4764c7d28c2184e1da50b1 0.00 MB 1 0
43,797 43,797 0000000006ec28b5597a7b9fb252bcefa8d2e681324cee62c2ab966545f0f57b 0.00 MB 1 0
43,796 43,796 000000001cab0e9c621ff6648d859a77a8899139e5d836da000e96946f0720a1 0.00 MB 1 0
43,795 43,795 000000000095777a361244a51203db04956c1c0866f589aff6a5d553dfcef89d 0.00 MB 1 0
43,794 43,794 000000004256e6b2bb713c910aee5151419667959d3eaf5f93b1a84e3d96e65e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.10 GB sent, 100.76 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.