Memory Pool Memory Pool Refreshing

7,517 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (685,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,928 221,928 0000000000000365578db30e52fae67c081a977a4ebaf2af3d3324dd99d6c23d 0.27 MB 650 200
221,927 221,927 0000000000000452c0e66430b7ab285b0ce69624b329c08c0fb86f1be6592ae8 0.01 MB 21 89
221,926 221,926 00000000000001cfbb5198171c1a8c4675e6f0a44c180be9ee349f03d2ce2c0a 0.02 MB 61 66
221,925 221,925 0000000000000223339c65716cb5942217febe0b0055f9297643102756a6d015 0.08 MB 149 83
221,924 221,924 0000000000000472aa5f62a8c83c7c309751ccf1b1be36192eb1413c1b26080f 0.25 MB 677 222
221,923 221,923 000000000000005bc5f1fdca2cc0bffc735861b8f59d752727d127bd18afdc94 0.18 MB 336 149
221,922 221,922 0000000000000335d754207eb6a86bd1184263e86d7a44827337cacdc218ee11 0.09 MB 256 200
221,921 221,921 000000000000001521529a7e639e8af2b8a4318759f823745a11a31bfe114ed8 0.23 MB 237 99
221,920 221,920 0000000000000014d908366b92244ee17bba1ae9bbad28374183fb7eb9a368ec 0.25 MB 495 187
221,919 221,919 00000000000003ce0ee3c15b9e2ebc8d85c7d37ab9734a4474f9ad53a960078a 0.25 MB 834 302
221,918 221,918 000000000000019839cd38c5a4ae82adcbed24dc687bded2479763b7f6a90eae 0.00 MB 11 543
221,917 221,917 0000000000000248b5acffa45d9710ee1dd15a490da1a247d4589685921e0599 0.48 MB 907 123
221,916 221,916 0000000000000414a05c592b8c6bdd3587433547f9e3e142b00130091a69a0e0 0.25 MB 777 259
221,915 221,915 00000000000003c0e5cd5fa0b311c652698737394cfc15b4252ecada9864816c 0.25 MB 758 307
221,914 221,914 00000000000002a190bd92ba7d4fca7359b586fd7d903792934fbeefce76b51b 0.10 MB 192 144
221,913 221,913 000000000000023e96750c4d50781f2eef429d466508b28d04d6b6bac499ce91 0.25 MB 335 112
221,912 221,912 0000000000000303a0e8c60ebf476410e63633425836dce25829706b9f32578e 0.25 MB 684 214
221,911 221,911 00000000000003bf4ff5b68fece6e1c1ae6e524082bac78d65891f37b2ebeb79 0.28 MB 664 254
221,910 221,910 0000000000000122431738491a6b454a503e65037346dcf9185de500145469f8 0.10 MB 161 96
221,909 221,909 0000000000000217a198fc48f67c8aa265d22eab727ddd774a3e67415a605f60 0.25 MB 363 114
221,908 221,908 00000000000004255d7f9371f800b0ebbe104a0f2dde12441722efb6e0a7d9d1 0.25 MB 497 167
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.38 GB sent, 92.72 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.