Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (586,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,362 321,362 000000000000000004837db943cf03d0b0ab710f500315e2d1a732e8e2509471 0.21 MB 452 31
321,361 321,361 00000000000000000cc33cea43a02afb7bd9cee3024ae836dc237a9f527fcbe5 0.19 MB 371 28
321,360 321,360 00000000000000001b9a217c87972b3aa553a9fbd5d1a5a3bd6c98a77896a029 0.03 MB 72 33
321,359 321,359 000000000000000000dc42580fcb3dfd89c97625ca4a9f1a5fb0eedfe7cec78a 0.33 MB 660 30
321,358 321,358 00000000000000000796bd2a10a7c8c05a339c4505d8129cb5cfa48bd79a5994 0.29 MB 573 29
321,357 321,357 0000000000000000225d03615ad8a2f7d438ed66d3e594c0149002c670e86815 0.13 MB 242 25
321,356 321,356 0000000000000000073d9c2d92c8bbe56eb11ef23f713c30366a7d2554b32333 0.12 MB 235 24
321,355 321,355 00000000000000001ef9acecea30cd6b25e99a9e34b1cf3b31b08d9269b174bc 0.02 MB 49 22
321,354 321,354 00000000000000001ff8abd7bae6f861d293224156f3ce5e67cf92039f1635a7 0.24 MB 315 19
321,353 321,353 00000000000000001eb3a9bcf31dbd1d79b3d50db9a0ca956631732e7482d599 0.52 MB 781 23
321,352 321,352 00000000000000001415ccb0f8a33d54ce9e1154c54f64697b2c6b204f19cb77 0.39 MB 742 28
321,351 321,351 0000000000000000125c044caaaeaf4f3e2b59ae19f3a86b73dd6e8d254a1bb2 0.26 MB 594 35
321,350 321,350 00000000000000000dc6a012db4d1985dcab53bb62e0c8248f83442d7c00f21d 0.04 MB 108 22
321,349 321,349 00000000000000000b3b5e68d140bdb7b7e9f73d333c3c02c9e77d6db2fdc51e 0.56 MB 1,092 28
321,348 321,348 00000000000000000add5fe16cd4f9d36cd52742360f7f4238b79d69e486536d 0.07 MB 79 8
321,347 321,347 000000000000000016d79443e3042277d863462aa42812b8eb653be709dda8c5 0.12 MB 158 17
321,346 321,346 00000000000000000396a77c6c341fcee191a7556d83571879d36e63342d2079 0.21 MB 364 25
321,345 321,345 00000000000000000fa44bf88c707058d87822ce7f724156eebbd492444ff0d2 0.16 MB 189 17
321,344 321,344 000000000000000004d31ff1816a45d4e7db9806e8bbdf0da2a1c90941fbfdef 0.35 MB 624 27
321,343 321,343 000000000000000007cd331706e3441616b20e48b6825884e85f17b8be7e107c 0.27 MB 510 30
321,342 321,342 00000000000000000f8bdbcf314c101321a1c2a87fe6fcb1635ffbf018ea9db8 0.07 MB 59 8
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.