Memory Pool Memory Pool Refreshing

5,024 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,721 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (252,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,758 655,758 000000000000000000071c2a8fd44f9b367f747bbb3e494ceca10af8f83bd99d 1.55 MB 2,001 102
655,757 655,757 0000000000000000000359c4c7fbe8b2e379b913f162e6eee77dd96edc09bb13 1.37 MB 2,509 153
655,756 655,756 0000000000000000000ddcadec1f42151733014e1354af3a86271f4d38753f6e 1.75 MB 1,179 75
655,755 655,755 0000000000000000000eca8154cd99c7b7200f755f4ade84d7d30509d6a7b23b 1.43 MB 1,357 18
655,754 655,754 0000000000000000000a0b95f47a05be451140f9073a3ca2d1cc51affaf3adcc 1.03 MB 720 12
655,753 655,753 000000000000000000100b8f13a4802df90f81fe55bbe9518c037bf7a8ba848e 1.22 MB 1,898 102
655,752 655,752 0000000000000000000ea686322ea8809505f9174bd846e1fb7e626c6af7e302 1.30 MB 1,720 162
655,751 655,751 0000000000000000000a45765585d1b2c6b3b66d16749accecd3c6075a250b9d 1.14 MB 1,028 12
655,750 655,750 0000000000000000000b7a964e54d6ed78c038453921daa583387cd070480765 1.16 MB 2,382 61
655,749 655,749 0000000000000000000ad1f003331f28f930ae9f54fe7227b0d34e07b80b1fb6 1.28 MB 2,156 69
655,748 655,748 00000000000000000007a2685b581cd36abf2092c383acae66338b6892ccbb44 1.49 MB 2,093 168
655,747 655,747 000000000000000000037dca8b0d897bc0f234023503e5670103929d0ee0bb3e 1.42 MB 2,761 243
655,746 655,746 0000000000000000000abd59176616f607a25026c4a9a79a3bca66ff6fb8b11f 1.41 MB 2,358 156
655,745 655,745 00000000000000000007176d707c2c162895312653d7eb10d953fec2fef76ca1 1.10 MB 1,751 24
655,744 655,744 0000000000000000000eaf8b5ab816b5d41b351e00a3654627dad5c2e0a8e291 1.24 MB 1,763 55
655,743 655,743 0000000000000000000228ee81a05d6fc0a34bd791c79c3c3e11455011da1c0e 1.35 MB 1,669 20
655,742 655,742 00000000000000000006627af76e8244144e25d2e784c6be8eda169da8e530c4 1.22 MB 2,355 80
655,741 655,741 0000000000000000000ebcc750dd214224304539b5a013270e40387d3ae4f287 1.29 MB 1,773 74
655,740 655,740 00000000000000000006199b260ba7f6c3bcde0bd10fb0f2acc417b830a22d95 1.34 MB 2,539 147
655,739 655,739 0000000000000000000d29b8424a9f49c58a0f62ff91296c6989bc5f36bf2226 1.17 MB 1,960 20
655,738 655,738 000000000000000000076b051fa9a722b6c419cde0c02c2f49f8fb4741fa2596 1.38 MB 1,765 89
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.