Memory Pool Memory Pool Refreshing

5,626 transactions (2.38 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 908,784 (888,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,250 20,250 00000000589b95f7515447baa5179515f10a2686d82a5721de1236be393d092d 0.00 MB 1 0
20,249 20,249 00000000d7393b021414c8484176d918b89ac09edd4f29d3b642cb0da51452ac 0.00 MB 1 0
20,248 20,248 00000000cafa70be81e6575e0c8c59697e43b9a99b190083a7c8f2b5553bb404 0.00 MB 1 0
20,247 20,247 0000000069d6760fd7990ea70c075911fc7edcb66a720a34c50e3510007f35db 0.00 MB 1 0
20,246 20,246 000000009ad1b3fec59ed95d46618fad4e0932ed095edc05dbee0f7d833b94bb 0.00 MB 1 0
20,245 20,245 00000000754f83bafe84fcd54ca4d0e9fd32234c96d6c76c6928769107fec153 0.00 MB 1 0
20,244 20,244 000000009393a2de3eea225d0222433f06e392921caef2e89c6ecaf478f1cfd8 0.00 MB 1 0
20,243 20,243 00000000a0eec6a7da6d07489697445ebdbb75642540cdd24197d7a70646ce5b 0.00 MB 1 0
20,242 20,242 00000000005209af0dfb5d3430c3e2f343cad75b0522c00d2c3a5d4d62bcb829 0.00 MB 1 0
20,241 20,241 00000000729f587cfd9e642809884b82509afcfa375b6fb4ca75fea1e92545ca 0.00 MB 1 0
20,240 20,240 000000005b47d0ecc337b278cf85d61826ee6d4fd776511fe5f7684552c647c1 0.00 MB 1 0
20,239 20,239 00000000af3d970957e484b495672b5789beea716eef3c0238b7401e23cf2b99 0.00 MB 1 0
20,238 20,238 0000000056526c16c924c5648260a2a90e842677923bcc0ec1dfae5333b1e622 0.00 MB 1 0
20,237 20,237 0000000019416dc08707b4bdc4fa2d42a59993a8004491e8367fd00b3f8acd85 0.00 MB 1 0
20,236 20,236 00000000fb32aaed4cdb7100093470bcc8f367aae5734d4904bdf00ee7324fed 0.00 MB 1 0
20,235 20,235 0000000046acca6ce28d67151f13fee16244549ccbb10bd46c246ef84f01ae50 0.00 MB 1 0
20,234 20,234 00000000d904560333043ba72411c87cb073d0ef5c994c7e10ad2bae95281928 0.00 MB 1 0
20,233 20,233 00000000138bd45489b7271ac880515998545b5fab2436eb706762f1c4f75092 0.00 MB 1 0
20,232 20,232 00000000918d95690977bad3c9db3fc5ba4f9bcdbf310b51801a4f8336edc57a 0.00 MB 1 0
20,231 20,231 0000000092b2a1df244cfa29326518fa9694625635bf506e0b2a241e8e9bee08 0.00 MB 1 0
20,230 20,230 000000000c8951af442c0de7ed9209071dbf241710f4d84565ea884c6206d2ad 0.00 MB 1 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.06 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.