Memory Pool Memory Pool Refreshing

3,139 transactions
9.98 vMB
Show Random Selection Loading Transactions
Max Size: 39/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,347 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,767 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,346 (813,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,634 94,634 0000000000056aabbec027cfc0d123c8a2e82a53d2c613ca4a30dc280f8e09ef 0.00 MB 2 0
94,633 94,633 000000000005399893a61a3c99b4faf67ce6206481b8746954615ada97811727 0.00 MB 2 0
94,632 94,632 000000000003f261db797b4bd04b5fef71ac5a8ab032067bd6b880c450d69a0c 0.00 MB 2 0
94,631 94,631 0000000000056b8e901b39dc0cb3f3cad878b985fcd231d49aca36d822e8e050 0.00 MB 2 0
94,630 94,630 00000000000354a47532519df07c088283e04d99e068e81772c0c46d8cf50f71 0.00 MB 1 0
94,629 94,629 000000000008b6d94630c67737b5e2655729a5dca1591ef51edd94aa262fa30d 0.00 MB 1 0
94,628 94,628 000000000007b52390a92af6a98368ac244819025d95888aae044a045e5a794c 0.00 MB 2 0
94,627 94,627 00000000000654fb72c80c07f81a1f59f1341450834587b14e272178c6c63736 0.00 MB 2 0
94,626 94,626 000000000004147b4f08e38030917467452a4c4cfa623459811a5c3b5cfd8454 0.00 MB 4 0
94,625 94,625 000000000001e6be56484e29b9434a7e0e8ff5df4079006c3023d3d410732df7 0.00 MB 1 0
94,624 94,624 0000000000026ee777ef8ce36532dc3dc3d4cf5d1f31a1a360d117a06e7c316e 0.00 MB 3 0
94,623 94,623 000000000004f08a3d464f62b3350345d6c9c5c02d485f918c0b484278a7d837 0.00 MB 2 0
94,622 94,622 00000000000500aef5446efaf5611b7c5a8c015865fa3916de046221a239e615 0.00 MB 1 0
94,621 94,621 000000000003e6d763066c97b67dfbab601b6fca8b890cacf2f4723a550302ef 0.00 MB 1 0
94,620 94,620 00000000000011cd8a78a124085b959c3355071807d9597bc8e533b4e2f0565a 0.00 MB 1 0
94,619 94,619 000000000003ee02935ef7dc8f47cc4b3cd51f2bcb057c878f3e8a485bb721ee 0.00 MB 2 0
94,618 94,618 00000000000023ca2a25629bce0ac0d766a7b05f933ef7e01d67b92848c360c7 0.00 MB 1 0
94,617 94,617 0000000000030767d6397848643df5e2f1957235ebdf32bd229093d71a8b3d47 0.00 MB 1 0
94,616 94,616 000000000000202bfc1d915540d14c664eaadbef320ac272689130573bb9b1ed 0.00 MB 1 0
94,615 94,615 00000000000043d89ea74af71760e093c0fba009eb772d2ab674793ef9050de1 0.00 MB 1 0
94,614 94,614 0000000000062ad999aca5409a5b3af344e004b125dd183f444d5098395fed98 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.31 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,701.92 GB sent, 98.83 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.