Memory Pool Memory Pool Refreshing

10,323 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (750,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,833 156,833 0000000000000e571e6755e4e333475eeb697d5aee9f294fe5e17b9c5e001f10 0.01 MB 19 192
156,832 156,832 000000000000097019e7c91b1f2fb5dbf1f2dbfa713ecf8a5ba716acb12d46bd 0.01 MB 29 9
156,831 156,831 00000000000005c7b7e941a070c7dd32e8e6198caec2024b049579420262e699 0.04 MB 110 71
156,830 156,830 0000000000000e87ead75154a224de4d01214dbe2c1c52e12892d9c5d7b3814b 0.00 MB 15 12
156,829 156,829 00000000000006e395f6ef28c16c80f7a536a90ec0cd66cb4501f9642f384e27 0.03 MB 75 40
156,828 156,828 00000000000002ffd1802dc2c9e98d17898a7a9971da90bbf30dcfeaec381fd9 0.02 MB 17 69
156,827 156,827 000000000000066f434820ecf1fe70760d4a28c8eb900e17c0f127eec20ca745 0.01 MB 19 207
156,826 156,826 000000000000073ea9a8307caa55455db17c60a335ebb1ce32bde9e1875b7add 0.01 MB 33 187
156,825 156,825 0000000000000d3ba28465b3a5370fdc51cae5f8e11596e02f7d029b37dfa74f 0.02 MB 80 171
156,824 156,824 0000000000000e2ef89a162fcbf7047517094526be14cf2c9f2ae799ad99966b 0.01 MB 37 111
156,823 156,823 0000000000000630efcd5f006242769e24a5158a862bd19cf114317cce233bd3 0.04 MB 63 47
156,822 156,822 0000000000000028323439b27e9787e428d7bcb47ad9143841d082d06a8c227a 0.01 MB 39 97
156,821 156,821 0000000000000e5404a30e2b8f355ac8964fed3f1cb17f2bcf43e844855939d7 0.00 MB 13 87
156,820 156,820 0000000000000106f3f026f325b92f2de27c560d8ae2324951a909c962bbbdd5 0.02 MB 10 43
156,819 156,819 0000000000000607309132e5a7fb8dbf9ef3ab6fa90612d7b0add6ed30db5f01 0.03 MB 81 87
156,818 156,818 0000000000000d4de15513042cf06f767850e959094b34061790e6ffb4b716c3 0.04 MB 84 34
156,817 156,817 0000000000000568f0bd6c53c2e64331a36c495c205e3d0006f7466f186c9d04 0.00 MB 9 16
156,816 156,816 000000000000064be45206e9d1033ac0898b169142a7844d395d49d1d31516b0 0.00 MB 11 0
156,815 156,815 00000000000005a9756b2d8e131fc1576c81c433a799e01b706fbc7c2ff6f6d2 0.00 MB 11 32
156,814 156,814 0000000000000d3ac3e018ebdd19fbcf08f95b7f08e56f78cdb5175e3d10dc42 0.01 MB 39 142
156,813 156,813 00000000000003a11efed0a81bd09f41a8f9d50de1c87cccf2f3cf48d14f6358 0.01 MB 18 157
Previous 10 blocks ↓
Total Size: 769.02 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,624.81 GB sent, 93.01 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.