Memory Pool Memory Pool Refreshing

6,761 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (585,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,658 322,658 0000000000000000028ab936a377a230faa488c812306874cc24ad198cbb9f7e 0.05 MB 90 31
322,657 322,657 00000000000000001d683a16e72024a5d3f0b4c0554f1ea73db69675932e9751 0.12 MB 136 15
322,656 322,656 00000000000000000f902faf23047e206d131bbddb091b8af6f0755e05dbf845 0.46 MB 576 17
322,655 322,655 000000000000000005a65f3e0f006de492168f55e0d97d932f15ace2a9e49496 0.93 MB 2,300 35
322,654 322,654 000000000000000006b323f9e2f26e1c18b17cfefbac019e7fd57bff790ec66b 0.46 MB 744 25
322,653 322,653 00000000000000000270df209512ddbf4e0513b69a559434e27419d97cfab8bc 0.15 MB 169 18
322,652 322,652 0000000000000000005e6065e77e70042ee6544ddabecb79412db25669e36543 0.33 MB 541 26
322,651 322,651 000000000000000003254d09cce46cb28442f36e331b43b6008208686930ec13 0.71 MB 1,503 29
322,650 322,650 00000000000000001a37efa0ceb288fb867a1b7cab8db6fcd40f6801dce80575 0.04 MB 62 16
322,649 322,649 00000000000000000021d5f96c891e025214a05b2434fbca2ea9c5e99c7a9c70 0.02 MB 41 27
322,648 322,648 0000000000000000107e62f6090f59a44b6a8a88746355aed51c35a33c7e7928 0.65 MB 1,111 29
322,647 322,647 00000000000000000b21b8aafb47ef0a1db35926544ce7a8f0b1533d57bfd700 0.10 MB 141 26
322,646 322,646 000000000000000008adab239e111862a489f6ac1dd2aafc178f0f17cdd01e13 0.00 MB 1 0
322,645 322,645 00000000000000001655d2c1d83c04314480c950de1ec6630febff03227d3b93 0.22 MB 398 31
322,644 322,644 000000000000000019876a143a9fc567631b5ff4c04bde77de3d38c433beb218 0.04 MB 144 34
322,643 322,643 000000000000000006c540df31bf5ca7c7fbee2b5b53e5ced796a1ea0d000e9d 0.08 MB 115 25
322,642 322,642 00000000000000000a1556cd5be5651563b2a5bbd357c8ca30b2998395ddfc16 0.04 MB 97 32
322,641 322,641 000000000000000017d3081e740632406befa771cf4b446c17293451c596971b 0.20 MB 441 29
322,640 322,640 00000000000000001fa248f8f66b74cc45473eeb9539badae598acb6c9f4547d 0.24 MB 360 25
322,639 322,639 00000000000000000d4b1a09916bea3139469494d119e7d8b5efa41171d886eb 0.14 MB 200 22
322,638 322,638 0000000000000000117b2add18413c6198681a035dfef81dcff5b895fbb90d50 0.12 MB 233 27
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.