Memory Pool Memory Pool Refreshing

6,784 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,844 (797,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,032 110,032 000000000000a2047e6e8ac2aea55616cf13170c548395ef540fcb2a10a14354 0.00 MB 10 0
110,031 110,031 000000000000572725f5526b9d851ec78e0e0562b429de00adbc92e4f0681aa6 0.00 MB 12 0
110,030 110,030 000000000001b2d8fefa28dd0c75508522132e24f77b5c66d0145854c29f2953 0.00 MB 10 0
110,029 110,029 000000000001b510be392f4aa18f9bb1b412b4676749bc7b4ba6cc6e493300c8 0.00 MB 12 0
110,028 110,028 0000000000001c1a1a61bba59f0382f24e74a938efb9460f9b71daeedf681b39 0.00 MB 12 0
110,027 110,027 00000000000007cc4b6f07bfed72bccc1ed8dd031a93969a4c22211f784457d4 0.00 MB 10 0
110,026 110,026 000000000000cd7e8cf6510303dde76121a1a791c15dba0be4be7022b07cf9e1 0.00 MB 11 0
110,025 110,025 000000000000bb5a577a0c9d7fe342851e3d61207c5c0b21d13b4850263a5daa 0.00 MB 2 0
110,024 110,024 000000000001517f869f6984325d8c8f75f48efea1ddba09c7d2688fcc6d11ff 0.00 MB 8 0
110,023 110,023 00000000000040c4f3c1674ef9892b136da554e505f8c9e97131a9ebd335fb80 0.00 MB 7 0
110,022 110,022 00000000000010a71acbb137ff92babb31f4cec6ef98cca9abf143b875414a80 0.00 MB 6 0
110,021 110,021 0000000000000535e87e5a8cfc6607a95bb62435e073640939516091551623e1 0.00 MB 9 0
110,020 110,020 00000000000031ebfd5a84d81b6c46af0c1ad8b416bb1046e099813f358df282 0.00 MB 11 0
110,019 110,019 0000000000007868de6236d3105ac6ba7b82631d92f8cfa740ec0c9e3ff8aaaf 0.00 MB 12 0
110,018 110,018 000000000000bde7709c358c7482ad1b3a62d9a7f337da771779551a5beb41fc 0.00 MB 5 0
110,017 110,017 00000000000020b61bd5f7fc93a7ff4dfd2986d9d1c0b9347029467fc8b58141 0.00 MB 3 0
110,016 110,016 000000000000fb9d5cf33379f813f3a28e4886a2ddf4b0c602f9f87f9f3bc4f8 0.00 MB 3 0
110,015 110,015 00000000000141b13f71cde44e52ea2162705fd965d8e4d82488e53d71638fab 0.00 MB 7 0
110,014 110,014 0000000000007f518dbf294d473769d51093f92231a05e48e88af2e34b7ed952 0.00 MB 5 0
110,013 110,013 000000000000c3cd2877b09059cd2f9ac9a8731abf4e0d436540db659d1bb796 0.00 MB 1 0
110,012 110,012 0000000000011d30448877426358788bcdf853a36fbdac71a1ce382f59beb0ec 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.