Memory Pool Memory Pool Refreshing

6,393 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,780 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (857,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,600 50,600 0000000018f546e92141f996976ad528962959803dcbac1673d596c3c8fa3851 0.00 MB 1 0
50,599 50,599 00000000039de2ea16984712f7c9baadf4a7ce21d4e040403434467f4c024ae3 0.00 MB 1 0
50,598 50,598 0000000006b3258d2aab6f6ce0f8b32824f93333f1c18f764fcf2d99c8aab548 0.00 MB 1 0
50,597 50,597 00000000092e65d8d4ae89378c45363ca46b807ac95496f2d35b34f72836a448 0.00 MB 1 0
50,596 50,596 000000001a5b4915755efb065dbaf29cde59bbcd6d48d5526f901de5efb85fa6 0.00 MB 1 0
50,595 50,595 000000001aa18638eb7f17728401227383c662d5f6370c723d8f7a4fa04ea4cb 0.00 MB 1 0
50,594 50,594 0000000000de2d74f895ab20f239faef01094353ead16de63ab0152fc88f5114 0.00 MB 1 0
50,593 50,593 0000000003812a982b92e82bd99ed0e3bb2552811d3a42c73ca560d57b4fd102 0.00 MB 1 0
50,592 50,592 000000000ff18a74743f92aa6d5a6b0dbb205b99d4d5c5a3d6b8875859d4756d 0.00 MB 1 0
50,591 50,591 000000001f0a17128c2b89a62d42349909747ca8f45a68a81dc9cb701a0448c1 0.00 MB 1 0
50,590 50,590 000000000c7ec758812b8baf75831dce921f090ac59255b5fc0a8b8c790635d1 0.00 MB 1 0
50,589 50,589 0000000019d327d9384197335d0a73cbef453307e6cdd2cf88ec70898ff63b26 0.00 MB 1 0
50,588 50,588 000000000af7ee9d075304a6be01f83f34669eccb7b9225aa821cb80a79d9361 0.00 MB 1 0
50,587 50,587 0000000004f0f8a314fcfb19705f6274f3b97dc25fcf404f87a501cdddbb2a2c 0.00 MB 1 0
50,586 50,586 000000000305e45e9a3e9ae0fae960776caf7c95316ec67fc782cca8a738b98b 0.00 MB 1 0
50,585 50,585 000000000c1f0444d2d836a655db0912abbfc4fa6240c85a7808bd9c48350690 0.00 MB 1 0
50,584 50,584 000000001f19a835ebac1801f838dbe80b86e7f72915b37d339903ba692a8947 0.00 MB 1 0
50,583 50,583 000000001576e4ee4ad5c3fa04f897468381cb6a4f76b3ff8cc02ddd333235f4 0.00 MB 1 0
50,582 50,582 0000000005c8f8522d78ff3ca010ee3cbed838ccbb60e3e579c2ded585704faf 0.00 MB 1 0
50,581 50,581 0000000017ecfb1674c86cf375cfe7386a447818abe4cbba5c05d269ffe1d2ab 0.00 MB 1 0
50,580 50,580 000000001a89ba01473993ff0bc95231cf3e6a0f11f411ce65712b03a9398493 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.