Memory Pool Memory Pool Refreshing

17,916 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,498 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (621,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,194 286,194 0000000000000000f74845c46034f4bd6b7484cc45bc0d8c14d82f5b674c77be 0.10 MB 249 44
286,193 286,193 00000000000000017212a6d35c2771f9816a2b31339eb9b8ff4eca396003389d 0.40 MB 597 32
286,192 286,192 0000000000000000052ab2da88a9671e65ac1cef2998ed1730ee37e5f3ec94f8 0.29 MB 575 37
286,191 286,191 000000000000000009257ee80ba1a0c0dab74bb04bb69becfd742c044a2218be 0.17 MB 357 41
286,190 286,190 00000000000000014c4f83428e06f2574bd16db1a04ab5ae42f1f26c117914f1 0.08 MB 193 58
286,189 286,189 00000000000000009d9fd1d0a2077d49883b0e2a6971dada712fd5a284261058 0.10 MB 182 31
286,188 286,188 0000000000000000881e9a9f53f8d6b113edab4339a1a0f47b3e5f29ae78bcb2 0.23 MB 381 31
286,187 286,187 000000000000000078aecd76ad78a225edbbe5ba9d26a3d8e18204a10843ce51 0.06 MB 165 77
286,186 286,186 0000000000000000744bf335d5e339bcebe28f03734196489b6b77185cdda416 0.09 MB 186 32
286,185 286,185 0000000000000000364255b60073751b521482392b57d19de96244b8cc5e3980 0.03 MB 59 46
286,184 286,184 000000000000000035884563f0bc9b18dedb4aeba26217f2c5538f3cd895da0c 0.15 MB 26 10
286,183 286,183 0000000000000001221427a21fb5f7e79a10812e5e7e060bdc029cbd1d4f581d 0.19 MB 264 23
286,182 286,182 00000000000000011c4e4f8d85b8153c62f9128edf82edbb3d488d2f2c6377f6 0.48 MB 366 20
286,181 286,181 00000000000000008c7eddf098d9bdbab17825ea1b9e9d5162859c82d2e4fa81 0.24 MB 236 19
286,180 286,180 00000000000000005356349edf552c5b20c2cb0e75b139622a73310ba4c357d4 0.06 MB 208 82
286,179 286,179 0000000000000001256c75b58e3efb1789161abbac478c524a9eda7ae901bf45 0.22 MB 393 34
286,178 286,178 00000000000000002639ca6e6be54e2f7151033467c556ad6e24c5b3dbf9e04a 0.03 MB 80 12
286,177 286,177 0000000000000000f2bc61d554d9dff9e4ea4a19ab79a05250788c3cc974d091 0.27 MB 492 38
286,176 286,176 00000000000000014f1ec1999cca02066362f3b77975071e65b9b065d5c7d8c6 0.03 MB 56 12
286,175 286,175 0000000000000000e47e08a893c51cd58114b0241eb73feb73dfc0f3a77bda7e 0.27 MB 676 46
286,174 286,174 000000000000000034cfb6c2802f6397bc6a409bcd2ad806a07c5ed5daa1f7e8 0.07 MB 160 34
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.