Memory Pool Memory Pool Refreshing

4,388 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (664,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,880 242,880 00000000000000ab686a79d1053ec0b0a48db36f413ca61d67a26884c9bb0656 0.19 MB 328 208
242,879 242,879 0000000000000011d3cb4e0ed4effb6181b155a66c5b5de6cbf436e63dfac982 0.12 MB 296 280
242,878 242,878 00000000000000b029ce47e0cd0827e39c7ef7c87d6dbe9fe876ba476722fae0 0.10 MB 222 156
242,877 242,877 00000000000000ccd8b452c572a439bd99e41337538ab094b07bc76d7703fa68 0.09 MB 197 273
242,876 242,876 00000000000000b3300cb1f9b0b94fdc18fc51b3d3738e9b09314193a913f05d 0.03 MB 55 98
242,875 242,875 00000000000000bfad3c92616bfb9feb5075887482e73440819e8633e40951c2 0.18 MB 355 159
242,874 242,874 00000000000000407451b37506145f0b1ccb0640e85433a735e96f3856737aa9 0.17 MB 284 165
242,873 242,873 00000000000000b1b806b70c75619f5ad0783984a10355fcdc7fc03695390058 0.01 MB 18 30
242,872 242,872 00000000000000183dcec05f49726355a0ba3ae55d1834105311c074052e9de3 0.17 MB 399 305
242,871 242,871 00000000000000b85cdb8a3078cbb5fad35a0ce64972450fb2b6d6830eeab92a 0.04 MB 93 317
242,870 242,870 00000000000000185d9de478b4494121b468cbd6c18935385ab061ea2a24a9bf 0.09 MB 203 460
242,869 242,869 00000000000000591fe16a63e16365c0a30c451be2a94c9bd7265395b1f8b359 0.10 MB 128 38
242,868 242,868 000000000000008adc2d45a72ad58b555b13c0e6c1dc9ad638387a4950e4b7e4 0.21 MB 540 319
242,867 242,867 0000000000000021b932cc84184b327a934333a6a29c7853281ff652aaf0e02d 0.24 MB 588 244
242,866 242,866 0000000000000012186957f44391094f3a62a86349aa876f4811172835f9d490 0.01 MB 17 103
242,865 242,865 0000000000000052ac96a4ba9468d3d76cb1eaf8d7b2e4ddccd899308dec1eb5 0.07 MB 156 343
242,864 242,864 00000000000000d82c60fd5445528ad560c53ebc1db823ef10703fc55f6bfc08 0.04 MB 69 99
242,863 242,863 0000000000000080814839fc8d01ccfc720beb03a03cfc3b26faae98a4d03c5d 0.04 MB 95 347
242,862 242,862 00000000000000b96eac57948c4a6a37d928a11ec2d9b0becd51f54015cd86a7 0.03 MB 89 344
242,861 242,861 000000000000004410915558119a79e178c79a3080d5611acecb6f6fca811e8d 0.07 MB 110 304
242,860 242,860 0000000000000010211c1d21c8aae123119cd93ba9c550a1aa413efbe456dba9 0.10 MB 197 302
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.