Memory Pool Memory Pool Refreshing

2,616 transactions (1.12 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,331 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (899,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,635 9,635 00000000a0fac1ecca01d1eb33ce4981634ee2de5b6ebd944988a5010b147359 0.00 MB 1 0
9,634 9,634 00000000260d5e479301d6f898e16ff58cf2e94da0ceb2f0c039eed791170d44 0.00 MB 1 0
9,633 9,633 000000002a50b1ae5b32b06970f7a7a082c05328dac9969ccb55f7a05e5f25a0 0.00 MB 1 0
9,632 9,632 00000000062252579e0d74e9fbee693645f52b085a5e29928b1c213b6a8f93aa 0.00 MB 1 0
9,631 9,631 0000000059958a2cc66e0d460faa7d11f4bff6a332ccac1c1435d25fd812a4d4 0.00 MB 1 0
9,630 9,630 00000000de934300732c23fa07ebc4778d9b64a14d998e6eb3cffbefe01ad950 0.00 MB 1 0
9,629 9,629 000000008b57d05f433a6fcf0942b7fef226678fc0a6a623088fd846f48274e0 0.00 MB 1 0
9,628 9,628 0000000019bee828395d1d6a283362222991a5bcfa37604b381ca0db25b1c191 0.00 MB 1 0
9,627 9,627 000000004a2ed49fca14f2a937747a307110a8da0a5052dd9065548c36aaaf17 0.00 MB 1 0
9,626 9,626 00000000a6b6f1b2e7526a8c26043a01ce7098cbc5d95896b4dc24836b908411 0.00 MB 1 0
9,625 9,625 00000000b91b9b688617963d22b2b4d638cda7588a87c830f2111fc3eeb1b526 0.00 MB 1 0
9,624 9,624 00000000fb2a066ba024f8e7fe54bb61599f7a2810748598aad77f369e9fcc9b 0.00 MB 1 0
9,623 9,623 00000000dfac8a589bbb066ab83b93d49d463ab2dbf77ba0d70ad51c11177a3e 0.00 MB 1 0
9,622 9,622 000000000276b83d2c228c3d7de5fdc026ea345e4a8d77c098d654ff9464f89c 0.00 MB 1 0
9,621 9,621 0000000002026d84baaf6c16bbc54f39bb89f10aa1b135d05265fad0266976a7 0.00 MB 1 0
9,620 9,620 000000005c1911c1fced1a592b9ac697acf1e54bb46302cd7ec82de2570d9c87 0.00 MB 1 0
9,619 9,619 00000000e7fd9047c192354a49aa03559ffff0eee07bdbc5c08100357f0706a6 0.00 MB 1 0
9,618 9,618 000000009d115087626388c2b1e9d115259d0eaeee9a555716352c506203bc52 0.00 MB 1 0
9,617 9,617 00000000c1b8eeb553c7a471dfb0c746af982028506650af6c8551027d95703a 0.00 MB 1 0
9,616 9,616 00000000d27bc35124bd508ccbf9be678378e5566ac8345a076210cea2c44216 0.00 MB 1 0
9,615 9,615 0000000007d1cc6343cbba51c9234394438e6ef730e31cc1c1cc30ef9efdde86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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,856.53 GB sent, 102.63 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.