Memory Pool Memory Pool Refreshing

10,198 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,179 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (615,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,008 292,008 0000000000000000553018de7378138a6709657a9cfd0e63051ddbd38d8b7f2d 0.02 MB 64 56
292,007 292,007 00000000000000003481ca2d74dcd264f75e77ffaa1ddd58445fbb24364c7f31 0.14 MB 223 28
292,006 292,006 00000000000000009a0163f4d8f43a582f373a5258643ad72a3017902a43e21c 0.13 MB 255 38
292,005 292,005 0000000000000000c86b439fc4c5fbbf2680585a8a18de80df60b170e13376dd 0.32 MB 598 35
292,004 292,004 00000000000000006af73fab926585a11f3ccee2d88871ce1865ea9c897964b1 0.21 MB 351 34
292,003 292,003 000000000000000075b67c79274f8a472acb0c40dbcc612656687ed9122f4ec4 0.14 MB 273 40
292,002 292,002 0000000000000000887504e4a0d9b36239cf133f2259e6dd439cbcd71671564d 0.10 MB 128 24
292,001 292,001 0000000000000000b55300241bf11d4e59066bdf0af3baa1d5e61fef4a897305 0.03 MB 97 35
292,000 292,000 0000000000000000620671231acb6a68134a0396235dcb0e53f4fc82bbaa1184 0.13 MB 180 23
291,999 291,999 00000000000000010224175ec7be78c9ae2b657ec79be7532e6a396e2815ee18 0.10 MB 256 63
291,998 291,998 0000000000000000818517b05bae3825c1d978407b792bcff5ee0a51aa4694f2 0.08 MB 185 32
291,997 291,997 0000000000000000c166e3b7bcd995e6c0ebe939e92f87a60a1d5f01738d294d 0.05 MB 101 34
291,996 291,996 0000000000000000197ee24b9ebf77c10ee5d777fb17a9896f40e07b55268fbb 0.02 MB 36 22
291,995 291,995 00000000000000005ef3162ad4ad5cbe5d83af7fe604d10cda1b3bcf23899df0 0.17 MB 382 40
291,994 291,994 0000000000000000259831944347fe3d49814abeb1dd9d43d152f1d25c0f0681 0.05 MB 109 26
291,993 291,993 00000000000000006f03825a46eca5f34992f6f5b1eeb97a3c9570f45cbafa1f 0.25 MB 463 33
291,992 291,992 00000000000000002c5517b979d60e95cf94f1dcbe71849d74d75a2f3f947115 0.05 MB 128 52
291,991 291,991 0000000000000000cc79b46fcefe74a13ea24932f8ef67d5463edf8ead6367e2 0.14 MB 269 32
291,990 291,990 0000000000000000058b3b5396a0241c5d1c24c716059249bfe68110c15f2d53 0.30 MB 556 33
291,989 291,989 0000000000000000b8f0f86b0aea594d626d3d04ddcee653d53f94424d266717 0.01 MB 17 34
291,988 291,988 00000000000000003780c664b77b298689c998ca2376c7c8694a8cae7e7c6a41 0.14 MB 297 25
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.