Memory Pool Memory Pool Refreshing

8,328 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,314 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (359,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
548,395 548,395 000000000000000000240d21c550391bb930249629165b2bb6d4d8b808b5b82e 0.07 MB 174 32
548,394 548,394 00000000000000000009a4bae7cd3d4edcca70cfd1916e33e1f38e659de8410a 1.27 MB 2,183 9
548,393 548,393 0000000000000000001be73ccc245e56c31f6037a8c51c23f8f7fa3397f7266b 0.27 MB 638 18
548,392 548,392 000000000000000000042968664d756ff09ce3acd38f7f821a9f6176f473d8cd 1.15 MB 1,369 8
548,391 548,391 0000000000000000000dac2f594b8e6f91f9d8d8082db219459018db2ae38543 1.21 MB 2,039 14
548,390 548,390 0000000000000000001f8a6d150c39cd24de4e2eb77a303a50da20e55b96dd78 1.30 MB 2,293 5
548,389 548,389 0000000000000000000abd5ba0a0650a74d37b084cec0926fc3ea51eb334bc1f 1.00 MB 2,814 7
548,388 548,388 00000000000000000012716f7fd091dcf41783eed2cb95c6aa9c669c1b8bdadb 1.29 MB 2,500 18
548,387 548,387 0000000000000000001b2f5188d045cb6384784c9ca8e2fcb2f2a6245bbf20d8 1.55 MB 2,222 8
548,386 548,386 000000000000000000266b2d700344f62452f2f5d1c26e2435c07e2463108e8b 1.21 MB 2,746 18
548,385 548,385 00000000000000000021d3417d0c7679dbaf9582ba0b2d9ce7504ec97315155a 1.13 MB 2,130 27
548,384 548,384 000000000000000000086ea389e3c0b8c6700798d7da26f393d260d5435002ad 0.06 MB 113 7
548,383 548,383 0000000000000000000179c9cfab32a92a36582609548a59ad175fe9489c4e59 0.11 MB 189 12
548,382 548,382 0000000000000000001b913eb8157bdb258a6c90a4d06099942a75c762ec4e99 1.11 MB 1,892 12
548,381 548,381 0000000000000000000289e2cbfadecb84a91b1832a47473999668a26d30e72b 0.61 MB 828 9
548,380 548,380 00000000000000000008ecd4627a6e1b0a8284a08719a423804d7c85f1f59deb 0.35 MB 682 11
548,379 548,379 0000000000000000000b0e0b09496190ee0f5fcb212f0bbaa2f613aa4d0fc7b2 0.26 MB 341 9
548,378 548,378 00000000000000000011d5fba4b427144a7b3a0dc26bf6d793a78352f394a747 0.81 MB 317 2
548,377 548,377 00000000000000000024f23848516a7be1e799bf81e2adae7d454f7722b8955e 1.04 MB 884 2
548,376 548,376 0000000000000000000c0119d71b5892d15532e12b7d3fe7600156df8611f0dc 1.35 MB 2,138 5
548,375 548,375 000000000000000000251761cd1e8e9a11514f838b970555a4e054ed26c02c88 1.39 MB 1,991 9
Previous 10 blocks ↓
Total Size: 769.13 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,631.70 GB sent, 93.56 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.