Memory Pool Memory Pool Refreshing

5,088 transactions
1.45 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
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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,730 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (658,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,503 249,503 000000000000004720e902b49c0a4b8f06f177ef2b43c9cd7c0d125b7b8e8a69 0.20 MB 447 116
249,502 249,502 000000000000006eafb528444be2e5e433706c9cf5fad1ea3bea3ad41a09c40c 0.12 MB 242 100
249,501 249,501 0000000000000040048f0e18aea438224b4a894e5acd6732b380d7440ce0055f 0.04 MB 113 160
249,500 249,500 00000000000000110032b6bb08335765ac87fa04bc95ee15c9ab44bfbf80ca8f 0.02 MB 53 107
249,499 249,499 00000000000000029dfde2ddc7f233ef71671bf15d98d44690bc39ecf8818bf1 0.07 MB 114 107
249,498 249,498 0000000000000023d3f7e09f130dd117d80d112da4db519111bc61b860dd3bcb 0.08 MB 176 93
249,497 249,497 000000000000002a2dcbffe119999abf541f802670892ebf5640781ccdb3b110 0.11 MB 248 221
249,496 249,496 000000000000000e596f628edb7df26b9f00a13f7c04cfab01acba0b3e55548a 0.14 MB 347 122
249,495 249,495 000000000000005e5ad72353a4f3031ed5899585d4808bf81f5c4d206114c8b9 0.22 MB 475 113
249,494 249,494 0000000000000025a0f29bed8bfe9ced585e321708e03123c87fc674737e0b58 0.05 MB 72 89
249,493 249,493 00000000000000416cf11eefbfb4f97f1a53c0352325b246e0a951290b289a88 0.13 MB 281 121
249,492 249,492 000000000000006284dddf81f8ee178b6bce62042af4c7678ceb9f1e0272c4b4 0.03 MB 45 69
249,491 249,491 000000000000002109b8d3f0c362df094f6a7c8955a96bbbdbc5da69b9938275 0.13 MB 291 113
249,490 249,490 0000000000000016417c772da7c3af5cf456775e268974b1e3fe668ba721ad04 0.06 MB 144 135
249,489 249,489 000000000000001e7885f25d8c7faa811e8753721ce49aeab5e9b5c7d0f3e157 0.08 MB 162 83
249,488 249,488 000000000000002e71325c1a65fd1f4e1f039fb274c0fda233b3a2162e4d0c0e 0.25 MB 516 125
249,487 249,487 000000000000007886104545ae54baa2dd130a657a9224caa1ec9d7791aec137 0.16 MB 349 92
249,486 249,486 000000000000001192dd0ba1f5c983156b1a2227b74b9c9346b5ff0a1c4d39af 0.25 MB 491 209
249,485 249,485 000000000000001cc098a567a185a937e2f9206ea34d5f2e26302b0685de0316 0.15 MB 191 78
249,484 249,484 0000000000000029d2dd30862393146a0261a624ee1482293a58fb9e4ebd7d93 0.13 MB 295 102
249,483 249,483 000000000000000b93c865e055d33d1a19206cca55046c14caabee5cd58f80d0 0.11 MB 208 94
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.49 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.