Memory Pool Memory Pool Refreshing

4,011 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (615,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,986 291,986 00000000000000007fadb046a20f23b105e977d4421295e0e6ae01016d0ab73f 0.04 MB 40 52
291,985 291,985 0000000000000000ea2cc2c01473e02ed4da6a8fb5b43dc7c7af336e960886cd 0.00 MB 10 46
291,984 291,984 0000000000000000b30aacb94a332204909b4c65afd94b0974d2f32a1b2a974e 0.28 MB 380 24
291,983 291,983 00000000000000003ed42795562f3789101e658e83c86f19502714f8e22447e5 0.07 MB 158 33
291,982 291,982 0000000000000000b52733faefdd3223f24265b009010c7828757719c27f863a 0.07 MB 139 29
291,981 291,981 0000000000000000cf420a7c5d73ca51e0000e4d61ad4d925c54e710ec7bd7e3 0.25 MB 519 158
291,980 291,980 00000000000000010181693d8522a2cd5f86c634816858e29652afa61c23930c 0.33 MB 537 30
291,979 291,979 00000000000000004fe686d5942eb35c7451674a39d749a847500f67cf1f36e8 0.16 MB 170 26
291,978 291,978 000000000000000094d930dd6d9893c4533cfeb8f3e34568ebaeeeda7379f427 0.01 MB 32 60
291,977 291,977 0000000000000000bd5414e2668c496cd7e3e6d995c0508aa1b9c8ca4f5e2c14 0.10 MB 45 14
291,976 291,976 0000000000000000aa5ea82fde23a695419d8db9594e235a96a7894b1feb57a9 0.03 MB 34 20
291,975 291,975 0000000000000000e4e72e9d593262e94f40c2ce432323e173ca20ce06cb90ea 0.01 MB 9 34
291,974 291,974 0000000000000001022edeec167379f6efd63a81447f11ab34df928c3df2e091 0.01 MB 20 33
291,973 291,973 000000000000000017c91700b08bc6aa5cc09c0eb75eef2d7d01745590191ba2 0.02 MB 25 20
291,972 291,972 0000000000000000b6278eb28874ed5f1b39020d60844473ad736d5512a335cf 0.04 MB 85 35
291,971 291,971 00000000000000010251edba166af52864cdfe7e30b16a1cc28bf3a481de1ef0 0.06 MB 88 26
291,970 291,970 0000000000000000528d462f6b4ed3b08ee27fef5b07e5c75a06d62ac4b71b33 0.02 MB 49 52
291,969 291,969 0000000000000000b6d867bc6d31682d4c526d761fb08cfad667d319f857bcf7 0.03 MB 80 34
291,968 291,968 0000000000000000274a8abb3367e614c2d06c8e5b3c1082b8e8db8e06f81b83 0.02 MB 33 27
291,967 291,967 0000000000000000004cce6f961b80da40b80260605fca1ea8f2603715a75312 0.02 MB 38 40
291,966 291,966 000000000000000038963179ee56afebfff8a32fd81a4c7d36472ed36614f8ff 0.03 MB 61 39
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.