Memory Pool Memory Pool Refreshing

5,542 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
907,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,682 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (767,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,446 140,446 00000000000001c4d6f08a5981b92c5834417cf267af1f8ed403a9217366cb10 0.06 MB 141 284
140,445 140,445 00000000000000cb586bebb77a432ce68edb4335200e67940f0c89de111da085 0.02 MB 50 403
140,444 140,444 00000000000006dd4a8748ae0abfa0871f8a59f9c7361bc48d0ebd6f40d6e684 0.02 MB 46 213
140,443 140,443 00000000000000a196bf5190a438c82c453f3d31440c634df4c28e90b0a21573 0.09 MB 197 148
140,442 140,442 00000000000000fe599867161b2c5e5b80752be5ce90d6da3f393c43f5da7c7f 0.04 MB 60 755
140,441 140,441 000000000000014e92bb0d99287c9ae348143b582547848e58ebecf2fb5854f8 0.02 MB 61 172
140,440 140,440 00000000000006ec485225d59d7258f7ae0a7cb12b0252fd9decc0c4fb1b5c58 0.02 MB 62 82
140,439 140,439 00000000000002cfc21d8b479f706d472b80a9b3da5e6a5d78428706efab6706 0.03 MB 49 300
140,438 140,438 0000000000000547c1154425d16cf6a6363835b204f9cb63c7c529a2646befc2 0.03 MB 41 4,504
140,437 140,437 000000000000020e4ed3e3faae09a2931c1ff7d5d9fe6010f2c80b5b54d6ab4c 0.04 MB 99 252
140,436 140,436 0000000000000779cc350c37d7267d0a5e97f52b0d9fd3de2f0dec0d9cbff10f 0.03 MB 78 322
140,435 140,435 00000000000000cce82c986b8f939a7a6b4645880c96785db6025ae3e5b4b658 0.03 MB 57 541
140,434 140,434 00000000000008190e5e59bbdc55babe015a2bb1de02c97c19feaa8da6d0c07b 0.00 MB 15 492
140,433 140,433 00000000000000e044f328a475f04f371f06ea440fd5b40d278870cfe88841b2 0.04 MB 67 704
140,432 140,432 00000000000006e8997ddf634c53fc29b837b7fe8b0439fc90232411dd49fd15 0.02 MB 79 103
140,431 140,431 00000000000004307359869177de3f4b293958612abb72ee618d094df0c72499 0.02 MB 41 366
140,430 140,430 00000000000008de108aba2205461b76df55d2e97126b021513287e758138ff5 0.06 MB 161 212
140,429 140,429 000000000000071ddfa28480448df96460d396a2228812ba82ac65ee7c978c50 0.01 MB 22 349
140,428 140,428 00000000000000c6c410bc2d5dcba2f0b4250087ece2b52a1e429ae8399ea932 0.02 MB 79 0
140,427 140,427 0000000000000705535037b274efc89cf1e4f15539413a2ecbbaf6d0cb8540cd 0.04 MB 96 282
140,426 140,426 00000000000008b49d6e7a1a8156eea911b6ce998cf453ebc6cbe9f070267b4d 0.06 MB 60 680
Previous 10 blocks ↓
Total Size: 769.53 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,648.18 GB sent, 95.62 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.