Memory Pool Memory Pool Refreshing

3,903 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (7,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,329 900,329 0000000000000000000145fec8a49c43611b7aec99563fd0dedc053f113396d2 0.56 MB 869 2
900,328 900,328 000000000000000000002470c617ccc7faca657aada1ca82f4890fe99082d4d4 0.36 MB 698 2
900,327 900,327 000000000000000000013b8366d2490976905cd4be1f2daf0388e87cccd54c61 0.66 MB 1,033 2
900,326 900,326 0000000000000000000091a58ac7f09a4116e57893c71e54d44f74e987655892 2.54 MB 1,063 1
900,325 900,325 000000000000000000006a974b3a82e15d73a780b971584dc01846858d884c21 2.71 MB 1,422 1
900,324 900,324 0000000000000000000207ac730a6845cad270b2df6c4e0755be5c65e79e1e29 3.78 MB 40 1
900,323 900,323 000000000000000000017d03a635f83a6be04852dbc06254eeae8b2304d8aa66 2.08 MB 1,170 1
900,322 900,322 0000000000000000000192676253a61763a9f8ff988f5829fe5c8ecd4ec0b387 1.56 MB 3,374 3
900,321 900,321 000000000000000000009be102b073da39210ac8440ca70b63d1ed2b31437338 1.87 MB 1,869 2
900,320 900,320 00000000000000000000a561b76f936248723f38692c794b3348952346408571 3.08 MB 700 1
900,319 900,319 000000000000000000017e3fe2cd91ad64b917193e855e0e3b7e914a3dfdeec6 2.25 MB 1,228 1
900,318 900,318 000000000000000000005c77ac342937b4d1d00f4da448a40492b78f08612ac0 1.63 MB 3,678 3
900,317 900,317 00000000000000000001065e0584d8d703892f404ac35d917a76ef0ea9567a07 2.25 MB 1,690 1
900,316 900,316 00000000000000000000fa72c658c77f09fc9dcc6204371de9d1967b55571490 1.51 MB 2,258 1
900,315 900,315 00000000000000000000f97f4d4e3f3d0da26ca43d2c140057d154de75b2ce25 1.68 MB 4,215 2
900,314 900,314 000000000000000000014d18d21963aa4dc61b1f29bd1ba5e8e7ff987e556ff6 1.48 MB 2,976 2
900,313 900,313 00000000000000000000693a4ab669130998b1cce72bb5580c31d57e0fa37fc4 1.41 MB 2,598 1
900,312 900,312 0000000000000000000092918bc5f6bcec894e197ef82073ccb1a66a053ed6f6 1.67 MB 3,930 1
900,311 900,311 00000000000000000000d0ec9ddde8f19957f98a521687cb5ae5e1f810dfcf14 1.64 MB 3,631 3
900,310 900,310 0000000000000000000156da570acf180d6f86384b198915803fcf8d6fd67bb4 1.49 MB 2,387 2
900,309 900,309 0000000000000000000227cdb36295618fe040a18290c81b75533f1a088222d3 1.44 MB 2,669 1
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.