Memory Pool Memory Pool Refreshing

7,984 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,549 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (47,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,403 860,403 00000000000000000002b3c3388b70fb6d94f9bcc1cca2f0262f2ee6f9c21106 1.56 MB 6,392 2
860,402 860,402 000000000000000000005d7fda86c38c86576f2bc18284f02e5ee1b2712dbb8b 1.55 MB 5,932 2
860,401 860,401 00000000000000000002067411b37043f7bae5f7e3dbdbbc4373dfbb19791a0c 1.50 MB 4,470 2
860,400 860,400 0000000000000000000035816b8efd1add319063ef14ec199768c2b559b65ec4 1.54 MB 7,498 2
860,399 860,399 00000000000000000003095b276db4b24e69b505d27ab79cdf37a36c6b290ff6 1.59 MB 6,418 3
860,398 860,398 00000000000000000001349a3f677105f64b5ca41b6b1d169dd052d7a7cc5009 1.69 MB 4,976 3
860,397 860,397 0000000000000000000319fe779d611073b1b0ca730c64f2838e6b66a60b8b06 1.90 MB 1,035 2
860,396 860,396 00000000000000000002008767bce64739c516002caec507e6c0af533cbfb85c 1.68 MB 5,131 3
860,395 860,395 0000000000000000000224d245584ffcba87de6e1e0b20974fb50a8d914f13b2 1.61 MB 3,831 4
860,394 860,394 0000000000000000000014e39a5c9669b323d6b57c568120976e6f949e3384e5 1.68 MB 3,156 3
860,393 860,393 000000000000000000027c7f6fc8c5d3cbe63bf49968256aac3db01b5bb01d5e 1.69 MB 5,434 3
860,392 860,392 00000000000000000000ff79b774d1ef8f00e8d93804f7092ec30318d9211fc7 1.78 MB 6,362 2
860,391 860,391 00000000000000000001273efc8526bcb3c5f3081f16cca85728819269a51083 1.87 MB 3,708 4
860,390 860,390 000000000000000000031f2cf41162a5470b297def424c5fdae360637213c86f 1.67 MB 7,539 2
860,389 860,389 00000000000000000002f234ba13d98878f3c4896b3be465083d96baf94a9757 2.05 MB 5,262 3
860,388 860,388 00000000000000000001ffbf5b316c9a7e4224872897506c8bb88a1c54ad22a1 1.63 MB 7,027 2
860,387 860,387 00000000000000000000c6ca5ab96b35f1a1ab874dbaaa7e4e927c38c025c4e3 1.61 MB 6,573 3
860,386 860,386 000000000000000000010ba7e2da52f2fad8edb68de489a0e36b9e64089061af 1.67 MB 6,964 3
860,385 860,385 0000000000000000000038eeb6e753d45a092568ee4128e62658ee837badd63c 1.65 MB 7,591 2
860,384 860,384 00000000000000000002e7a08cd260b0254300e2ec09b6cedea37e45a119a635 1.60 MB 4,423 4
860,383 860,383 000000000000000000005f3afe18f1cb004bd0114a09891f930badd7dfddc462 1.71 MB 4,017 4
Previous 10 blocks ↓
Total Size: 769.04 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,626.55 GB sent, 93.07 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.