Memory Pool Memory Pool Refreshing

2,805 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,867 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (407,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
500,061 500,061 000000000000000000628d03e7731ec7e2aca4f539520c530b615137cf2a3263 1.06 MB 2,694 418
500,060 500,060 0000000000000000000019f0c1ff2557e7a9e2364ac8154c4940b6502a0d4b6a 1.07 MB 2,727 399
500,059 500,059 0000000000000000000e18c98331178293d9ce9a8cf3b5e5511d1e55a9d59af4 1.07 MB 2,715 332
500,058 500,058 0000000000000000007985655602468e740df5d78b3c13e0f0b3fbf8d75fb8b7 1.08 MB 2,509 410
500,057 500,057 000000000000000000538c08eb4b09cb2e32994937bbfb7508334c59e1137df9 1.04 MB 3,145 391
500,056 500,056 00000000000000000074db0eee0d8894302fb15abc7f8c85a5eb033dc84c689d 1.08 MB 2,472 392
500,055 500,055 00000000000000000053c58a733f70459535ca1abeac7c3eecea2b992b8b9ba7 1.09 MB 2,409 458
500,054 500,054 000000000000000000477dc554afc6d56796fade3d8076341df380988e48fec1 1.06 MB 2,370 304
500,053 500,053 0000000000000000008e660ec8d93ddc30793bd4eb3e466f672e754746c657a3 1.07 MB 2,993 426
500,052 500,052 000000000000000000404c796c4b87bfe4929f2d9eb8944581599e0a3b81ab60 1.04 MB 2,948 388
500,051 500,051 0000000000000000006b29e165833c50454385a845c32407616f8820a54612f5 1.07 MB 3,202 397
500,050 500,050 00000000000000000084786ab9f273036895280fe36ea8339a1a2b049b81197b 1.07 MB 2,737 424
500,049 500,049 0000000000000000002c722e3356a7e7538f41eaac37ddcdf155699113666b91 1.07 MB 2,260 425
500,048 500,048 0000000000000000002df6587c3cc4990005b00a99c6ce3261bb5d544f492f4e 1.06 MB 2,280 305
500,047 500,047 0000000000000000004aa8f1a19a953d235daa3d36cf485759d0a6a413cd3edc 1.02 MB 1,294 221
500,046 500,046 0000000000000000006516c18e44fa92279f5e77dad1b19115815e436230b2ca 1.04 MB 2,199 304
500,045 500,045 0000000000000000000401882bfcb7e7f14a14e21b827e5fb5981d07a5cea0f2 1.02 MB 1,612 244
500,044 500,044 0000000000000000001f9ba01120351182680ceba085ffabeaa532cda35f2cc7 0.00 MB 1 0
500,043 500,043 00000000000000000075807003ae64990ee53422788451b795839f70a177695d 1.01 MB 1,194 198
500,042 500,042 00000000000000000079e8ff823d2d8b0ed434b5efe8217451df0f78f7274104 1.17 MB 1,258 193
500,041 500,041 000000000000000000324b7da62109614d39489ba5debebde4023fc485a0f421 1.04 MB 2,057 273
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.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.