Memory Pool Memory Pool Refreshing

9,904 transactions
3.02 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,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (715,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,291 192,291 0000000000000201e36b1f420f838e6de055c16aa23839c9605975466a39f9bd 0.09 MB 198 101
192,290 192,290 00000000000003371028786eaea3f1a10ccfa6c26efcaf8479a84830285ce189 0.25 MB 666 157
192,289 192,289 0000000000000714d9b7bc5c7f520ac23a3b819e28b81a6c1057b9027efd822f 0.08 MB 256 169
192,288 192,288 00000000000004d2c82aae8d594022861e8fbf70a38b9aceb5920c837e00ccbf 0.02 MB 33 76
192,287 192,287 00000000000004cae8948a554800e8f5fb0597fd01f6e5d056c7a122b77a9710 0.05 MB 146 175
192,286 192,286 000000000000058cfae884dc04906a0f032e78b737749728abd1a6a086cf520d 0.02 MB 26 37
192,285 192,285 00000000000001bd97da683221622f43b9c06c3cc075e898af0a3759f5c343a2 0.02 MB 43 84
192,284 192,284 0000000000000219bc94a74f22f34a7288152c9b028c6061f53f65a0e69f941d 0.04 MB 128 72
192,283 192,283 00000000000001f142065525b3c3a4126b46ecd443f19fd2ed53f2f69b4e8ed7 0.05 MB 124 44
192,282 192,282 00000000000000c09cc0f8aa14dcde3ec7b0b73dd30f7a1ba7137fbd90a30ffc 0.01 MB 27 113
192,281 192,281 00000000000005e728872a4195f96255a7d8c9fc41147eee4c4f68ae609821a5 0.03 MB 64 96
192,280 192,280 000000000000062b450c135df2ad34e42d1ea61fb8fbadd81285190ec35e2e59 0.06 MB 168 144
192,279 192,279 00000000000002888cc39b127f3e2ea3784c269882bfe7c27427363615b88218 0.02 MB 46 97
192,278 192,278 00000000000003557463c730386b753109dea4439310f2250769c586dc5a0e46 0.08 MB 193 163
192,277 192,277 0000000000000603862f22b997e8a3771b4d403b60962b1ba500d0f5830da895 0.00 MB 11 0
192,276 192,276 000000000000066754776a677a8e4212b8419a3c309e5c2ecd11b627f83b7a8b 0.10 MB 243 137
192,275 192,275 000000000000057d36e0e37bda4b0ce1da588a949c5e942f99e4db1eb5d59d45 0.00 MB 10 14
192,274 192,274 0000000000000470e5a0b090fcbb321f07b9414281b05e8694a6047ab99ef112 0.02 MB 38 62
192,273 192,273 00000000000001d1a1de368b917a951c15dbe9b46685d85d05035742825fd0b4 0.24 MB 268 82
192,272 192,272 00000000000005532fabc81113830d2d58f2fbe9c01bcdabef56e5867f93f2ab 0.25 MB 307 145
192,271 192,271 00000000000002e7b9e4252c2034cebc6cb1223af7320582eef7609460187ea2 0.01 MB 16 222
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.