Memory Pool Memory Pool Refreshing

14,043 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,305 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (735,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,596 172,596 0000000000000831283e93c123c563762bdde7a17e67c78633435e0215410fae 0.00 MB 7 17
172,595 172,595 000000000000082338018d0e1a1e10b46ed3494e141a109c3976c7de2c9264ba 0.01 MB 19 89
172,594 172,594 000000000000099a96a0a8c5f9a40610fbf7161ec24436827630749f491923fd 0.04 MB 126 120
172,593 172,593 00000000000005a37895ae4edd9a4a6163d1936667c98b3062dfa199b9c619d0 0.01 MB 33 193
172,592 172,592 0000000000000424e9d78052ed02fc3120a6a601f827278007cfc218648349e1 0.01 MB 19 108
172,591 172,591 000000000000038abbe004d2834acc86222eeeb0308ac225255416c608631472 0.01 MB 41 137
172,590 172,590 00000000000006247ad674901d68e408abe47705785e9390184728075db3217e 0.05 MB 138 152
172,589 172,589 00000000000006fab44c3ecc94fb8877f1e380fc185f3c0f9f8bc5afc9267365 0.00 MB 1 0
172,588 172,588 00000000000009483ab5b008bd7b588be4b3323dc423e8581da21422ffbc3a24 0.00 MB 1 0
172,587 172,587 00000000000001378467537a8601e538aed95e93efaffa8def48f396bebb08dd 0.03 MB 81 75
172,586 172,586 000000000000026034a976d387156f2da5d12d767cb8b0fbf379919817156edc 0.01 MB 33 37
172,585 172,585 00000000000009aeccc36d947489337c69c8a5834b1ae7a57b17593cebf32134 0.00 MB 1 0
172,584 172,584 0000000000000088fd0174ee60612dc7d376fc3ea6f709db994dc640367bcb21 0.02 MB 52 107
172,583 172,583 0000000000000667c0c8876dedc0d274ec18374c21eceead4e4fb4b44adb040c 0.00 MB 12 36
172,582 172,582 00000000000003b61b8e79cf2e42ad874567cbc2662be27bb7e6ff3abba2d2b0 0.00 MB 13 0
172,581 172,581 00000000000001b7f16dce3bff0870209639aa6cea4bad4fe42836742e43dd2a 0.03 MB 74 219
172,580 172,580 00000000000009100f1d520ac50c14ef3489fa27db44a90e8cdfea7c415ca8eb 0.00 MB 1 0
172,579 172,579 00000000000000d371dea506b1121d0d1e1d5225ef74f73dee9ee554e50d73cf 0.00 MB 7 106
172,578 172,578 0000000000000aef0ab527fe531f6437ecf582f695b700118f21da74a36ed52d 0.02 MB 65 44
172,577 172,577 000000000000062ac724f2832c033d6f6167ff74526768541ce451c705c4bd5d 0.02 MB 35 63
172,576 172,576 0000000000000997cf1b459666c9adea6bd0869327f94f221c37d6a9fac26904 0.02 MB 47 112
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.