Memory Pool Memory Pool Refreshing

17,821 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (613,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,628 294,628 000000000000000086ea1e1249552164621926ca9f0c798e12b4dab514a998a9 0.42 MB 965 46
294,627 294,627 000000000000000040493235d7aa0a034b1adec88e411795e8279bbf951ba39e 0.24 MB 81 12
294,626 294,626 00000000000000009b03d9dd76a0de829e6c24c11d01467a72477e1b5172bd71 0.35 MB 688 46
294,625 294,625 000000000000000085610874942dd8229f72ace06e1c3e52ce232302e26e149e 0.21 MB 512 44
294,624 294,624 00000000000000008bb96a2fe2eb2bd705d907c791ddeb2a152a60dfecb30791 0.01 MB 16 12
294,623 294,623 000000000000000057e851cd32cfbe3ca1d3e2a65cbfb332115d95d058a5405c 0.05 MB 113 25
294,622 294,622 0000000000000000563fb14f5817e4b92570ea2cb8ce3a1b203867443dac9a8e 0.09 MB 256 55
294,621 294,621 00000000000000001d784af8cc3d0618d6a791ce46580847245ca6e55aa660cc 0.37 MB 612 38
294,620 294,620 00000000000000005c5f5d31b67472c9f18b5f90d51c9c732c6b22619e841ebb 0.25 MB 574 53
294,619 294,619 00000000000000000e21a0d488a50f4ff7115a7fa053fc543b82b1ba61178f7d 0.31 MB 513 42
294,618 294,618 000000000000000037627ac8aa4c304b6033a49d03af57b83726b67ef5f7b312 0.68 MB 380 17
294,617 294,617 0000000000000000a8e68d96db96e58d2ff515bc019bbdf2225c7410846629f3 0.00 MB 1 0
294,616 294,616 00000000000000000161052aed36fe39b853e0f9fff3f6e683a23f73ae296093 0.35 MB 596 34
294,615 294,615 000000000000000005d76d6bae79d637c7cb02e2a44e62e4daed02b6794ce198 0.34 MB 1,024 62
294,614 294,614 000000000000000029cdb6a91e865c0320d97bc0938627efbb294e19b1e53dd4 0.75 MB 1,426 33
294,613 294,613 000000000000000067227fce537bc4656b59866f0ac07cfda4c7eb8e27fcab2e 0.25 MB 792 61
294,612 294,612 0000000000000000a4b753b1535b4b8e8f49f21b9d9b115e103192a9c8159d49 0.10 MB 210 28
294,611 294,611 000000000000000039bc13ea747ac563bd2a7dba01106f57a8a70f65ca6b34e8 0.28 MB 405 35
294,610 294,610 00000000000000006644a9a7a717566130c6f96b375dd4c97be3cef1faa9c8f4 0.08 MB 143 75
294,609 294,609 000000000000000040b0c598db840f7f28a74779c3c637c8da5e1177910d5749 0.28 MB 547 34
294,608 294,608 0000000000000000114277fab86e85e37906472b26b4f2e6340f91c3d9630862 0.05 MB 130 45
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.25 GB sent, 92.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.