Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,784 (847,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,647 61,647 00000000075787534b4775e48b522fb1de4b710b72bb627e6c03d0d12d30b0c9 0.00 MB 1 0
61,646 61,646 000000000db8025a177dd75da048186329e60e576409eb3a3ef6913fed84a62d 0.00 MB 1 0
61,645 61,645 000000000abeb338740f9a4b3c730246b1fa248d3e310d68189a60720245cfc9 0.00 MB 2 0
61,644 61,644 00000000051ebea2694332c42a572b90ae2b2fccb31e490c5bbdf5cd1ba43710 0.00 MB 1 0
61,643 61,643 00000000062cb342b08027d6e557446ad29c26867a43490c547ef9140f5093b6 0.00 MB 1 0
61,642 61,642 0000000008d23d9f7839f272194d2af2786971a32c4596940aedead038dd92e9 0.00 MB 2 0
61,641 61,641 000000000c29bb36f727e64996977b4883c65f1a29bd33fe44cd3a19ea8525a7 0.00 MB 2 0
61,640 61,640 000000000644be52b7f5fe01e7a6358ea66aae5e12a661f55848cd7ce9e189e3 0.00 MB 1 0
61,639 61,639 000000000a2e7eee181695fcf02efdb77a9ea191f7538df111637bf40e673b9a 0.00 MB 1 0
61,638 61,638 0000000005ad2126edcbb16e58f0ef8f2118977dca932160d11b6b3891603358 0.00 MB 2 0
61,637 61,637 0000000009d9f0841ac36229123d9603519e2c787de22c4ab247d1738cfce5b0 0.00 MB 1 0
61,636 61,636 000000000652a48a710cfc0e57e857d4ae2a09d9e9f7ed3f35b6997f682f5c79 0.00 MB 1 0
61,635 61,635 0000000004ba2f14da64f95807c84580ebc25c263bc6631035b2b984fa56d475 0.00 MB 1 0
61,634 61,634 000000000d24e9f196e591414504d5ba80363eb24545f605ab411785bcbac4da 0.00 MB 1 0
61,633 61,633 00000000014abb76fc381d3ac575a6764a5d0acee081e902f33353ea9be8313c 0.00 MB 1 0
61,632 61,632 00000000029bff2ceb1bcd87f4037cc53f2785a33e307ec2dc147d0ed8d8d16d 0.00 MB 1 0
61,631 61,631 00000000018986f5499a4221cf89147e40cad67425174630e248b2a8f7ae1b35 0.00 MB 1 0
61,630 61,630 00000000087b10e4888ac5647e915c3cf94de0d110b590342defb605146eebed 0.00 MB 1 0
61,629 61,629 0000000006cfe31861ceca1143c4ae6839137b03823c8ab040ef6ffc1f535d40 0.00 MB 1 0
61,628 61,628 000000000393495a0f5388927c9ee381d2912452a833a1bda507d46a2af3e6f8 0.00 MB 1 0
61,627 61,627 000000000c276a614ab956b09a1d23a3eefb0598a181a36e2a97224cc80aaca9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.16 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,857.07 GB sent, 102.84 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.