Memory Pool Memory Pool Refreshing

7,175 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,283 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (768,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,869 139,869 00000000000005aeca73f8c1f9c44a099ff9a95c13a166015d83465e2811c5fe 0.00 MB 7 71
139,868 139,868 0000000000000316db2bfcb4cce96e65e43675885ae61b904769b616d8f8cb58 0.05 MB 121 242
139,867 139,867 0000000000000709ba33b08c07b6aed7585b2bf8ec41b164becedd1c6f7d944f 0.03 MB 50 108
139,866 139,866 0000000000000595b1eaa8bf7d91cd3487fd6d435ae6368f0791b1be8837c022 0.05 MB 6 998
139,865 139,865 00000000000005d34b4233dde09a051a111411ab9daea770558f6b4112fbc504 0.02 MB 66 3
139,864 139,864 00000000000003e250371f00375cff226a787c9b1cb2ec038f8d7a3f990ca1db 0.02 MB 47 319
139,863 139,863 00000000000000b46d78edb9cc7abdb938617de363928d3fab81de3a23bb9606 0.01 MB 19 92
139,862 139,862 00000000000006bd9eca58de7f1194f1e371fa2217aa072b0827f0f5f076fcfd 0.06 MB 133 416
139,861 139,861 00000000000003372b39380899327303860c8c18c4abc227fb5073d9a424fa67 0.03 MB 86 124
139,860 139,860 00000000000005bacdeec2b5d4747d0d9a3343d12e858053e6123f55e8db71e8 0.05 MB 54 79
139,859 139,859 00000000000006b276c7fc1b9e87249d043e18bb2d0a537e08c21484b1e6d0ba 0.01 MB 50 7
139,858 139,858 0000000000000734f78f5aa9c8337ba5d250067fd7bd2a7a3d8b4ed149556135 0.01 MB 24 178
139,857 139,857 00000000000007808395330a84531dc6cc6b1a68c2fc454a7f6d6afdd35a0f0f 0.03 MB 98 138
139,856 139,856 000000000000072cc32bf33e79c72c9edca1e3d67e1f9434edfd3b848bfd4c54 0.05 MB 101 161
139,855 139,855 00000000000006821e1ce53aac46a2b37c0c78f6e11e0cf281ef290bba1908ce 0.06 MB 154 1,028
139,854 139,854 00000000000000fed317b158c071b951009d34dcf9c3f7a3555020d7e1d33bde 0.01 MB 25 186
139,853 139,853 0000000000000054786d9fcf321f06d18c65ed1ac28185f4cb36aad1ffe3f327 0.05 MB 125 159
139,852 139,852 00000000000003166b7eb8fdda1e1ef1a443eb0b102cec132abf1d83d187545f 0.02 MB 29 401
139,851 139,851 0000000000000494a4e83d28a434c5a418466fe60e88fc153b4ccbddd6625a9c 0.04 MB 109 105
139,850 139,850 00000000000007bdff8c0a790d60636ae3b2f148c1fe9569d0f50aec9ac605c5 0.05 MB 66 175
139,849 139,849 00000000000000c8a74e30a140d255728db3d186740a57c80cd7cbe856e684e3 0.05 MB 68 478
Previous 10 blocks ↓
Total Size: 769.42 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,645.26 GB sent, 95.05 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.