Memory Pool Memory Pool Refreshing

2,453 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (660,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,409 247,409 00000000000000848610e11653fa182f9b4567d8f2450c8fc1dfa92646bdb5cb 0.25 MB 395 85
247,408 247,408 000000000000004a56b61cb8d340182cc332cfd52a81b46ce5840d7f30859182 0.25 MB 742 188
247,407 247,407 000000000000000b4a01da01b19128acbd5425641f4150167d41fd5bf21ac10f 0.02 MB 45 46
247,406 247,406 000000000000007789fbc370f866b2c55264a52356058a767546de80967978e2 0.28 MB 639 129
247,405 247,405 0000000000000020520af504a7936d195864fe07e8caf2d1a10916c28dce7f96 0.05 MB 104 111
247,404 247,404 00000000000000a1c9368bde1dbf64a47a354060330ae3cc74c3c9fd0d75c831 0.16 MB 367 160
247,403 247,403 000000000000005e578601ca0b4ef261e34cee7c9a0bf957a7554a97541ffbde 0.04 MB 80 35
247,402 247,402 0000000000000062d34fe164381d43dd450964a27ad0ff0a01682140b914d170 0.09 MB 172 57
247,401 247,401 000000000000008c10a1e5d4a7c1bbe89160290b70f643040a29df391fd894f0 0.24 MB 581 130
247,400 247,400 000000000000008547e24261492b9c3b2851155a0c99e704f1db191b856ce943 0.17 MB 409 93
247,399 247,399 0000000000000035dea6a9ea34dfbba5379235e9edbf27086b50e11cd2ad7268 0.25 MB 600 158
247,398 247,398 000000000000001f7dfb93021f8175138a2f7b075927c68256fbec14ee5ce88e 0.11 MB 249 119
247,397 247,397 000000000000006730403a7142bfb8b77d1dccc06fcbfa257a8c581598b0095f 0.06 MB 81 41
247,396 247,396 0000000000000037ebd02ae27d3379d8a1f255b31267dfa39a7882c22fc36cc6 0.10 MB 193 64
247,395 247,395 00000000000000633b1fdfb5b072b03ec77c15a4befbba2ca0ffd6faa7913859 0.25 MB 558 168
247,394 247,394 00000000000000012f10a2b335ee696f6fb7642b4633e16b3440ceb49de3bf5a 0.08 MB 225 172
247,393 247,393 000000000000008ce28c5b8dd734d337d4821d552b53c677a5ac7070291e66e0 0.08 MB 204 156
247,392 247,392 00000000000000a33aafeff874d80821bc98a492b70f2196ed9238ffc8176a8d 0.12 MB 307 151
247,391 247,391 00000000000000963a8ff76e930492fdb9aca286fe3f84e96afd4dc697827299 0.00 MB 9 29
247,390 247,390 0000000000000080e367b145c522185b810ff42502d47d6124f10104dd506e8a 0.16 MB 362 134
247,389 247,389 000000000000002d85bf7b1b59e5ac08edb6b4472b20e05a8e3af2d25322565a 0.09 MB 223 135
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.43 GB sent, 94.29 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.