Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 908,780 (888,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,065 20,065 00000000defb784b3720a9ba1923e3c22bfd9901a351e1aa7b59b18c00b44135 0.00 MB 1 0
20,064 20,064 00000000d83b6bb5c5d805a2b6a6d7db150f27434b81c15161774158fb8fc103 0.00 MB 1 0
20,063 20,063 0000000047c68f24db0a494619281c80a07e028bbb62b6e40d5be4b281ca5197 0.00 MB 1 0
20,062 20,062 00000000b4a8353393613876e84876fbb0cfe172b091111866ea33eccc6a2460 0.00 MB 1 0
20,061 20,061 000000008414566d2cadfa64c44b46925e6396e8a769779ccf26d31fa77b6fc3 0.00 MB 1 0
20,060 20,060 00000000380f1cd116a2f1d4075d64aca4021f60537e10506edcfc32ccf35d11 0.00 MB 1 0
20,059 20,059 00000000bea220362c5a7cc4f5fc44a4a35b215eb2793e89737ee35115db1c21 0.00 MB 1 0
20,058 20,058 0000000045303a85ea097ebab1379372952bb9ef7f6a0d25959ae34eedfdddb3 0.00 MB 1 0
20,057 20,057 0000000091ee4f4898e9bbf9d46b7f745a222247e4ac805323a7ec77f58512fc 0.00 MB 1 0
20,056 20,056 00000000239a2dfbdf25ff3d1c563ab7f409be175c71d21d0ffb8bcb31eb8290 0.00 MB 1 0
20,055 20,055 00000000a2268fb2d4ddc0408fae961a96668db58de415d3c9e0a7694eeb1657 0.00 MB 1 0
20,054 20,054 000000005fb53da5c3cda78aef28cbc44fde3e435f1dc2ac04df53387049171f 0.00 MB 1 0
20,053 20,053 00000000beee9214e66bf3e25040704921bbf5c262ad8c18649ff0d7957bbe87 0.00 MB 1 0
20,052 20,052 000000007a5e2715a0adf029b14958c4f13de471dde92a24e2bf51d75d99164d 0.00 MB 1 0
20,051 20,051 000000009aa86d67645d0edd74758ef70c376e067d6e58a3686a19ef916ad480 0.00 MB 1 0
20,050 20,050 00000000d3a008734f8b72049d5ffde9b36cc70574505effab3f67ed4e8fe872 0.00 MB 1 0
20,049 20,049 00000000220a709956054c14bda7b77a7c507f18c383c127d5d5400010e105ad 0.00 MB 1 0
20,048 20,048 00000000e1f1a10e87a019517ee699b7f7e1f9239e6743da068ddb96cceb1a17 0.00 MB 1 0
20,047 20,047 000000002727eb9ba2c9c429176fa0977d52050fe646b44f1dfd4295211440f8 0.00 MB 1 0
20,046 20,046 000000009c5d6ed76c7d39d4e327f79b377b0f43c37d399068acba7745089bf5 0.00 MB 1 0
20,045 20,045 00000000f5cfc420aadb0b40a312469ef473022b501fdc6cee448ab83a72724f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,856.91 GB sent, 102.78 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.