Memory Pool Memory Pool Refreshing

3,725 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,939 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,938 (707,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,360 200,360 000000000000000bded221cd067cda32e3143b85f2e3f0bc9d7860d945226606 0.00 MB 12 191
200,359 200,359 000000000000056a738d9e1bf7dffe26a097cae6b50c735d093f42c526cabb17 0.07 MB 207 40
200,358 200,358 00000000000003a4717d6d2cb7dc9e841878c6733720107ee852f6c57c14283d 0.07 MB 153 115
200,357 200,357 00000000000001305edf0849e03e02ea675dbab88dbf3f66c3a4dab91e2e0930 0.07 MB 132 91
200,356 200,356 000000000000006a8836ed8f8712c543321f592bac336ff7540ad71087e62958 0.05 MB 116 117
200,355 200,355 00000000000002b79a5e2886cb60650f40f746c8352fc198544617bda7bd7a6d 0.11 MB 262 157
200,354 200,354 00000000000005d7e684beb913bd73fdc33bfd06c1fdf247e599f4d9d6061b91 0.11 MB 228 153
200,353 200,353 000000000000035ef566352c181c90dcf50dc7a4bc93e033e2df35ac07034bdd 0.24 MB 336 410
200,352 200,352 00000000000003cec147f6055ca13ff1eb4e40c1dcec5623601efa1dfc9e0a70 0.05 MB 101 2,601
200,351 200,351 00000000000000e013b69add276d692a92e774e983edf7f3fb58cf08b824aceb 0.01 MB 39 3,943
200,350 200,350 00000000000004e8bad4156487ab538b4de3f319d1c5bd8607ae29da18291353 0.07 MB 224 1,005
200,349 200,349 00000000000001bae98b1105317b4ccc325509d64e3cbcc79649f5fc5a2424e4 0.05 MB 70 49
200,348 200,348 000000000000017308bb41e100f1984e9af02759271de569711a67315e9aaf43 0.18 MB 385 104
200,347 200,347 000000000000033cf3fda2c6773570805ac8cf1ed1c71ec9becdaf94d6fd49c2 0.05 MB 143 146
200,346 200,346 000000000000001aee1aa3e0c79f6483ad134aaf4489cee2b9c6af9f8bfe9a0a 0.31 MB 581 112
200,345 200,345 00000000000000c86634a59f89381bfd456180e3e62f58e689168a8b7ff2c05e 0.04 MB 122 144
200,344 200,344 00000000000002815a8737d47d8c8c0aae46d1c58ebe1939315d4aa3061c395c 0.09 MB 298 192
200,343 200,343 00000000000000bd426e7b3e7fa4ad550050fad17225dd6d7815ebb5be130813 0.00 MB 9 0
200,342 200,342 00000000000003395e40ddbaec40eca520aa30491d8be7089d547f9a65d805fd 0.08 MB 18 55
200,341 200,341 0000000000000509f95c000fdc9c1a9beb6fae33b248c40488143a5205726229 0.23 MB 598 191
200,340 200,340 00000000000001610b133d1ba0bbf7531e0b89d5601d316313f16bd6e6c2d6e6 0.00 MB 4 154
Previous 10 blocks ↓
Total Size: 769.43 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,645.50 GB sent, 95.09 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.